- Joined
- Feb 2, 2006
- Messages
- 1,630
Hey,
I want to move the mouse cursor to the center of the screen using
. In this tutorial the screen center is 0.4/0.3: The Big UI-Frame Tutorial
Since the function takes integer parameters I am wondering which values I have to pass to move the cursor to the screen center.
I want to move the mouse cursor to the center of the screen using
JASS:
native BlzSetMousePos takes integer x, integer y returns nothing
Since the function takes integer parameters I am wondering which values I have to pass to move the cursor to the screen center.