- Joined
- Dec 6, 2008
- Messages
- 374
Hi, are there a jazz functions for get MOUSE X and Y and then edit it?
Something like:
Something like:
JASS:
X1 = Get mouse_X - 25
Y1 = Get mouse_Y + 25
function: Move mouse to position (X1,Y1)
OR:
function: Set mouse X to (X1)
function: Set mouse Y to (Y1)