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
Click the left mouse button within a window and then move out of it with the button held down.
The window will not receive any more MouseMotion events despite being captured, even when moving the cursor back into the window while still holding the mouse button.
Maybe the fix:
Checking for SDL_WINDOW_MOUSE_CAPTURE in SDL_cocoawindow.m and not clearing the focus in case it's set seems to resolve the issue, but I'm not familiar enough with the codebase to consider all potential side effects - so just commenting here :)
There is also a similar issue in sdl2, specifically manifested as MouseMotion no longer receiving when the button is held down to remove the window. Release the button and move back into the window, at which point MouseMotion can receive normally, but the MouseButton state is still held down.
Originally posted by @jcomusic in ea642fe
The text was updated successfully, but these errors were encountered: