window_mouse_set(x,y)

x = x position on screen

y = y position on screen

 

This function will jump the mouse cursor to the given x and y position on screen.

 

Example

window_mouse_set(100,100);

 

The above example will jump the mouse cursor 100 pixels from the left and 100 pixels from the top.

Revision #1