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
When set_cursor_grab(true) is called, the mouse is set to a position that would be something like screen_width/2, screen_width/2, though the placement of it doesn't place it in the center of the window, but rather the center of the window if the window was as tall as it is wide. The mouse should instead be set to screen_width/2, screen_height/2.
The main problem is that it highlights apps on my taskbar, which is an eyesore and opens the app whenever I click.
I'm using MacOS Sequoia 15.1.
The text was updated successfully, but these errors were encountered:
When
set_cursor_grab(true)
is called, the mouse is set to a position that would be something likescreen_width/2, screen_width/2
, though the placement of it doesn't place it in the center of the window, but rather the center of the window if the window was as tall as it is wide. The mouse should instead be set toscreen_width/2, screen_height/2
.The main problem is that it highlights apps on my taskbar, which is an eyesore and opens the app whenever I click.
I'm using MacOS Sequoia 15.1.
The text was updated successfully, but these errors were encountered: