function setCursorPosition (client-side)
Available since version: 0.0.1
This function will set the mouse cursor position on screen in virtuals.
Declaration
void setCursorPosition(int x, int y)
Parameters
intx: the x position in virtuals.inty: the y position in virtuals.