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
“On the macOS platform, there is a slight issue with keyboard focus across multiple SDL windows, which results in the cursor not hiding when switching to relative movement. This is because the keyboard focus does not correctly shift to another window, although the mouse focus does transfer. This issue has been present since SDL2. Can we expose SDL_SetKeyboardFocus for external use? This would allow for manual setting, or we could modify the switch to relative movement to not check for the keyboard focus window, only the mouse focus.
The text was updated successfully, but these errors were encountered:
Can you provide repro steps for the original issue? Faking keyboard focus isn't likely to fix what you're seeing if the keyboard focus really hasn't shifted in the OS.
“On the macOS platform, there is a slight issue with keyboard focus across multiple SDL windows, which results in the cursor not hiding when switching to relative movement. This is because the keyboard focus does not correctly shift to another window, although the mouse focus does transfer. This issue has been present since SDL2. Can we expose SDL_SetKeyboardFocus for external use? This would allow for manual setting, or we could modify the switch to relative movement to not check for the keyboard focus window, only the mouse focus.
The text was updated successfully, but these errors were encountered: