Package | ardisia.managers.cursorManager.data |
Class | public class CursorListData |
Inheritance | CursorListData Object |
Property | Defined By | ||
---|---|---|---|
forceNonNative : Boolean
Flag whether to force a non native cursor even if the user's player
supports native cursors. | CursorListData | ||
groupName : String
The group token (if any) for the cursor. | CursorListData | ||
name : String
The name of the cursor. | CursorListData | ||
priority : int = 1
The priority of the cursor. | CursorListData | ||
systemManager : ISystemManager
The systemManager that the cursor has been added to. | CursorListData |
Method | Defined By | ||
---|---|---|---|
CursorListData(name:String, priority:int = 1, groupName:String, forceNonNative:Boolean = false, systemManager:ISystemManager = null) | CursorListData |
forceNonNative | property |
public var forceNonNative:Boolean
Flag whether to force a non native cursor even if the user's player supports native cursors.
The default value is false
.
groupName | property |
public var groupName:String
The group token (if any) for the cursor.
The default value is ""
.
name | property |
public var name:String
The name of the cursor.
The default value is ""
.
priority | property |
public var priority:int = 1
The priority of the cursor.
The default value is 1
.
systemManager | property |
public var systemManager:ISystemManager
The systemManager that the cursor has been added to. Used to attach a contextMenu handler for a native cursor and the stage handler for fake cursors.
The default value is null
.
CursorListData | () | Constructor |
public function CursorListData(name:String, priority:int = 1, groupName:String, forceNonNative:Boolean = false, systemManager:ISystemManager = null)
name:String | |
priority:int (default = 1 )
| |
groupName:String | |
forceNonNative:Boolean (default = false )
| |
systemManager:ISystemManager (default = null )
|