mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-05-16 17:58:27 +00:00
Disable raw keyboard input by default
It interferes with keyboard hooks and most applications don't expect key events coming from another thread
This commit is contained in:
parent
73879ef26e
commit
a9a51cebde
2 changed files with 3 additions and 3 deletions
|
@ -3464,8 +3464,8 @@ extern "C" {
|
|||
*
|
||||
* The variable can be set to the following values:
|
||||
*
|
||||
* - "0": The Windows message loop is used for keyboard events.
|
||||
* - "1": Low latency raw keyboard events are used. (default)
|
||||
* - "0": The Windows message loop is used for keyboard events. (default)
|
||||
* - "1": Low latency raw keyboard events are used.
|
||||
*
|
||||
* This hint can be set anytime.
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue