Is there any way to get X and Y of mouse cursor with current Reforged Editor?

Status
Not open for further replies.
this what you are looking for: Mouse Position / Angle
Yes, i know about these functions, however, they getting x y not on the actual screen, they find the point of the cursor in game itself as a coords of the point.


There is a function that works in such way, it set cursor and takes x y of the actual screen, however, it only "Set" not a "Get":

JASS:
 native BlzSetMousePos takes integer x, integer y returns nothing
 
Last edited:
Level 45
Joined
Feb 27, 2007
Messages
5,578
Mouse Utility doesn't do absolute screen coordinates either. AFAIK there is no way to do so currently and it's weird that it doesn't exist. Perhaps covering the screen with a smattering of tiny UI frames to detect when they are moused over would work but it would be very granular.
 
Status
Not open for further replies.
Top