checkkeys: clarify that SDL_HINT_WINDOWS_RAW_KEYBOARD isn't needed

This commit is contained in:
Sam Lantinga
2025-11-19 08:54:21 -08:00
parent 168f78b8b7
commit 1e5cbbc1d0

View File

@@ -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 */