Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
x11: Don't send duplicate events when reconciling the keyboard state
Failing to check if a key was known to be pressed by SDL was causing SDL_SendKeyboardKey to send duplicate key pressed events with the repeat property set to true. Fixes Bugzilla #3637.
- Loading branch information