function
setCursorPositionPx (client-side)
Available since version: 0.0.2
This function will set the mouse cursor position on screen in pixels.
Declaration
void setCursorPositionPx(int x, int y)
Parameters
int
x: the x position in pixels.int
y: the y position in pixels.