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
It would be awesome to have a native API to manipulate the mouse cursor.
Like repositioning it inside the window for given coordinates (for example window coordinates as in the browser), and lock/unlock it in the window.
On windows, there would be set_cursor_pos to reposition the mouse and set_cursor_grab to lock the mouse in a certain area.
I'm not sure what the equivalents are for other platforms are.
The text was updated successfully, but these errors were encountered:
It would be awesome to have a native API to manipulate the mouse cursor.
Like repositioning it inside the window for given coordinates (for example window coordinates as in the browser), and lock/unlock it in the window.
On windows, there would be
set_cursor_pos
to reposition the mouse andset_cursor_grab
to lock the mouse in a certain area.I'm not sure what the equivalents are for other platforms are.
The text was updated successfully, but these errors were encountered: