Added SDL_HINT_WINDOWS_RAW_MOUSE_NOLEGACY

This commit is contained in:
Sam Lantinga
2026-06-24 12:03:06 -07:00
parent 9acf54142e
commit 089b862732
6 changed files with 79 additions and 43 deletions

View File

@@ -2690,6 +2690,11 @@ SDL_AppResult SDLTest_CommonEventMainCallbacks(SDLTest_CommonState *state, const
FullscreenTo(state, 1, event->key.windowID);
}
break;
case SDLK_9:
if (withControl) {
SDL_assert_always(!"Test Assertion");
}
break;
case SDLK_ESCAPE:
return SDL_APP_SUCCESS;
default: