Packageardisia.managers.cursorManager.data
Classpublic class CursorListData
InheritanceCursorListData Inheritance Object

Data class used to track cursors on the cursor list for the CursorManager class.



Public Properties
 PropertyDefined 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
Public Methods
 MethodDefined By
  
CursorListData(name:String, priority:int = 1, groupName:String, forceNonNative:Boolean = false, systemManager:ISystemManager = null)
CursorListData
Property Detail
forceNonNativeproperty
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.

groupNameproperty 
public var groupName:String

The group token (if any) for the cursor.

The default value is "".

nameproperty 
public var name:String

The name of the cursor.

The default value is "".

priorityproperty 
public var priority:int = 1

The priority of the cursor.

The default value is 1.

systemManagerproperty 
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.

Constructor Detail
CursorListData()Constructor
public function CursorListData(name:String, priority:int = 1, groupName:String, forceNonNative:Boolean = false, systemManager:ISystemManager = null)



Parameters
name:String
 
priority:int (default = 1)
 
groupName:String
 
forceNonNative:Boolean (default = false)
 
systemManager:ISystemManager (default = null)