| Package | com.mapquest.tilemap |
| Class | public class CursorManager |
| Inheritance | CursorManager flash.display.Sprite |
| Property | Defined by | ||
|---|---|---|---|
| CURSOR_DEFAULT : int = 0 [static]
| CursorManager | ||
| CURSOR_GRAB : int = 1 [static]
| CursorManager | ||
| CURSOR_GRABBING : int = 2 [static]
| CursorManager | ||
| Method | Defined by | ||
|---|---|---|---|
|
CursorManager(map:TileMap)
| CursorManager | ||
|
setCursor(id:int):void
| CursorManager | ||
|
setEnabled(b:Boolean):void
| CursorManager | ||
| CURSOR_DEFAULT | property |
public static var CURSOR_DEFAULT:int = 0
| CURSOR_GRAB | property |
public static var CURSOR_GRAB:int = 1
| CURSOR_GRABBING | property |
public static var CURSOR_GRABBING:int = 2
| CursorManager | () | constructor |
| setCursor | () | method |
public function setCursor(id:int):voidParameters
id:int |
| setEnabled | () | method |
public function setEnabled(b:Boolean):voidParameters
b:Boolean |