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
Reported in version: HG 2.0 Reported for operating system, platform: Linux, x86_64
Comments on the original bug report:
On 2021-01-24 23:24:49 +0000, Cameron Gutman wrote:
SDL_SetKeyboardFocus(NULL) will lift any keys still pressed when keyboard focus
leaves the window, but then key repeat comes behind our backs and presses the
key down again. This results in an infinite stream of SDL_KEYDOWN events when
focus leaves the window with a key down (particularly noticeable with Alt+Tab).
The fix is simply to call keyboard_repeat_clear() in keyboard_handle_leave().
On 2021-01-24 23:25:17 +0000, Cameron Gutman wrote:
This bug report was migrated from our old Bugzilla tracker.
These attachments are available in the static archive:
Reported in version: HG 2.0
Reported for operating system, platform: Linux, x86_64
Comments on the original bug report:
On 2021-01-24 23:24:49 +0000, Cameron Gutman wrote:
On 2021-01-24 23:25:17 +0000, Cameron Gutman wrote:
On 2021-01-26 02:58:00 +0000, Sam Lantinga wrote:
The text was updated successfully, but these errors were encountered: