Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@dougbinks
Copy link
Contributor

Windows with keyboard focus may have an active key repeat timer. This should be reset when the window is closed, or key repeat events could be sent to a NULL window were it not for the quickfix in PR #2732.

Fixes #2741
Probably the source of #2727

Windows with keyboard focus may have an active key repeat timer.
This should be reset when the window is closed, or key repeat events
could be sent to a NULL window were it not for the quickfix in PR glfw#2732.

Fixes glfw#2741
Probably the source of glfw#2727
@dougbinks dougbinks added this to the 3.5 milestone Jul 16, 2025
@dougbinks dougbinks self-assigned this Jul 16, 2025
@dougbinks dougbinks requested a review from elmindreda as a code owner July 16, 2025 12:20
@dougbinks dougbinks added bug Bug reports and bugfix pull requests Wayland input Keyboard, joystick or mouse labels Jul 16, 2025
@dougbinks dougbinks merged commit feb2a6b into glfw:master Jul 17, 2025
4 checks passed
@dougbinks dougbinks deleted the wl-reset-keyrepeat branch August 10, 2025 16:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Bug reports and bugfix pull requests input Keyboard, joystick or mouse Wayland

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Wayland: key repeat timer not reset when window destroyed

1 participant