You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, this library looks pretty good. Mouse::get_position returns the mouse's global position anywhere on the screen. How about having a method for getting the mouse's position relative to the window?
The text was updated successfully, but these errors were encountered:
Thanks for your suggestion 😄, I'll see if its possible to add this.
A problem would be selecting the preferred window, because that's usually handled by the application itself
Looks like its possible to move the mouse relative to window on X11, but idk about other platforms. I'll edit this post if I find a solution for windows/macos
Please take a look at this simple roadmap and tell if this is alright
Hello, this library looks pretty good.
Mouse::get_position
returns the mouse's global position anywhere on the screen. How about having a method for getting the mouse's position relative to the window?The text was updated successfully, but these errors were encountered: