mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-01-19 03:17:09 +00:00
checkkeys: clarify that SDL_HINT_WINDOWS_RAW_KEYBOARD isn't needed
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user