| Package | org.wak.gui.sci |
| Class | public class SciCursor |
| Inheritance | SciCursor flash.display.Sprite |
| Property | Defined by | ||
|---|---|---|---|
| isDefault : Boolean [read-only]
True if the current mouse icon is the set as default.
| SciCursor | ||
| Method | Defined by | ||
|---|---|---|---|
|
SciCursor(pDefaultIcon:DisplayObject)
Constructor.
| SciCursor | ||
|
SetActiveIcon(pIcon:DisplayObject, pMarkActionPoint:Boolean = false):void
Set a DisplayObject as mouse icon.
| SciCursor | ||
|
SetDefault():void
Set the current mouse icon to default.
| SciCursor | ||
| isDefault | property |
isDefault:Boolean [read-only]True if the current mouse icon is the set as default.
Implementation public function get isDefault():Boolean
| SciCursor | () | constructor |
public function SciCursor(pDefaultIcon:DisplayObject)Constructor.
ParameterspDefaultIcon:DisplayObject — DisplayObject to display as default mouse icon.
|
| SetActiveIcon | () | method |
public function SetActiveIcon(pIcon:DisplayObject, pMarkActionPoint:Boolean = false):voidSet a DisplayObject as mouse icon.
ParameterspIcon:DisplayObject — icon to attach to the mouse pointer.
|
|
pMarkActionPoint:Boolean (default = false) — if true, the action spot is marked with an outlined white dot.
|
| SetDefault | () | method |
public function SetDefault():voidSet the current mouse icon to default.