mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-08-29 10:01:35 +00:00
Added SDL_HINT_WINDOWS_RAW_MOUSE_NOLEGACY
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user