mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-06 06:34:35 +00:00
checkkeys: clarify that SDL_HINT_WINDOWS_RAW_KEYBOARD isn't needed
This commit is contained in:
parent
168f78b8b7
commit
1e5cbbc1d0
1 changed files with 3 additions and 0 deletions
|
|
@ -447,6 +447,9 @@ int main(int argc, char *argv[])
|
|||
{
|
||||
int i;
|
||||
|
||||
/* This is not necessary for text input handling, we just
|
||||
* want to verify that input works with raw keyboard enabled.
|
||||
*/
|
||||
SDL_SetHint(SDL_HINT_WINDOWS_RAW_KEYBOARD, "1");
|
||||
|
||||
/* Initialize test framework */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue