| Package | org.wak.gui |
| Interface | public interface IAdventureGui extends flash.events.IEventDispatcher |
| Implementors | ModernGui, SciGui, ScummGui |
| Property | Defined by | ||
|---|---|---|---|
| display : DisplayObject [read-only]
Returns the display object of the gui.
| IAdventureGui | ||
| enabled : Boolean | IAdventureGui | ||
| mouseCursor : DisplayObject [read-only]
The custom mouse pointer container.
| IAdventureGui | ||
| Method | Defined by | ||
|---|---|---|---|
|
RemoveMouseCursor(pCursorLayer:Sprite):void
Remove the mouse cursor to the cursor Layer.
| IAdventureGui | ||
|
SetMouseCursor(pCursorLayer:Sprite):void
Add the mouse cursor to the cursor Layer.
| IAdventureGui | ||
| display | property |
display:DisplayObject [read-only]Returns the display object of the gui.
Implementation public function get display():DisplayObject
| enabled | property |
enabled:Boolean [read-write]Implementation
public function get enabled():Boolean
public function set enabled(value:Boolean):void
| mouseCursor | property |
mouseCursor:DisplayObject [read-only]The custom mouse pointer container.
Implementation public function get mouseCursor():DisplayObject
| RemoveMouseCursor | () | method |
public function RemoveMouseCursor(pCursorLayer:Sprite):voidRemove the mouse cursor to the cursor Layer.
ParameterspCursorLayer:Sprite — the cursor layer sprite
|
| SetMouseCursor | () | method |
public function SetMouseCursor(pCursorLayer:Sprite):voidAdd the mouse cursor to the cursor Layer.
ParameterspCursorLayer:Sprite — the cursor layer sprite
|