This class handles all cursor-related tasks.
Static variables
Static methods
privatestaticinlinedraw(g:Graphics):Void
Draws the cursor onto the screen.
Parameters:
g |
|
---|
staticsetCursor(cursorType:MouseCursor):Void
Set the type of the mouse cursor.
Parameters:
cursorType | The cursor type |
---|
staticsetPosition(x:Int, y:Int):Void
Set the mouse position.
Parameters:
x | The x position |
---|---|
y | The y position |