function setCursorPosition (client-side)
Available since version: 0.3.0
This function will set the cursor position in virtual (screen-scaled) coordinates.
Declaration
void setCursorPosition(number x, number y)
Parameters
numberx: X position.numbery: Y position.