| Property | Defined by | ||
|---|---|---|---|
| H_MOVE_CURSOR : String = "System.hMoveCursor" [static]
Horizontal move cursor key.
| Cursor | ||
| H_RESIZE_CURSOR : String = "System.hResizeCursor" [static]
Horizontal resize cursor key.
| Cursor | ||
| HV_MOVE_CURSOR : String = "System.hvMoveCursor" [static]
All direction move cursor key.
| Cursor | ||
| HV_RESIZE_CURSOR : String = "System.hvResizeCursor" [static]
All direction resize cursor key.
| Cursor | ||
| V_MOVE_CURSOR : String = "System.vMoveCursor" [static]
Vertical move cursor key.
| Cursor | ||
| V_RESIZE_CURSOR : String = "System.vResizeCursor" [static]
Vertical resize cursor key.
| Cursor | ||
| Method | Defined by | ||
|---|---|---|---|
|
createCursor(type:String):DisplayObject
[static]
Create a cursor from the look and feel defined system cursor.
| Cursor | ||
| H_MOVE_CURSOR | property |
public static var H_MOVE_CURSOR:String = "System.hMoveCursor"Horizontal move cursor key.
| H_RESIZE_CURSOR | property |
public static var H_RESIZE_CURSOR:String = "System.hResizeCursor"Horizontal resize cursor key.
| HV_MOVE_CURSOR | property |
public static var HV_MOVE_CURSOR:String = "System.hvMoveCursor"All direction move cursor key.
| HV_RESIZE_CURSOR | property |
public static var HV_RESIZE_CURSOR:String = "System.hvResizeCursor"All direction resize cursor key.
| V_MOVE_CURSOR | property |
public static var V_MOVE_CURSOR:String = "System.vMoveCursor"Vertical move cursor key.
| V_RESIZE_CURSOR | property |
public static var V_RESIZE_CURSOR:String = "System.vResizeCursor"Vertical resize cursor key.
| createCursor | () | method |
public static function createCursor(type:String):DisplayObjectCreate a cursor from the look and feel defined system cursor.
Parameterstype:String — type of the cursor
|
DisplayObject — a cursor, or null if there is not such cursor of this type.
|