This class handles all cursor-related tasks.

Static methods

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