mirror of
https://github.com/encounter/SDL.git
synced 2025-12-10 05:57:44 +00:00
[X11] Reconcile logical keyboard state with physical state on FocusIn
since the window system doesn't do it for us like other platforms. This prevents sticky keys and missed keys when going in and out of focus, for example Alt would appear to stick if switching away from an SDL app with Alt-Tab and had to be pressed again. CR: Sam
This commit is contained in:
3
visualtest/unittest/testquit.parameters
Executable file
3
visualtest/unittest/testquit.parameters
Executable file
@@ -0,0 +1,3 @@
|
||||
--exit-code, integer, [-1 1], false, [] # The exit code returned by the executable
|
||||
--crash, boolean, [], false, [] # Crashes the SUT executable
|
||||
--hang, boolean, [], false, [] # Runs the SUT in the infinite loop and ignores all events
|
||||
Reference in New Issue
Block a user