SDL3 is still instable

This commit is contained in:
Anonymous Maarten 2024-06-23 01:22:40 +02:00
parent 3fb3f31319
commit b99b855dcb

View File

@ -334,7 +334,7 @@ int SDL_AppEvent(void* appstate, const SDL_Event* event)
break;
}
SDL_Keycode keyCode = event->key.keysym.sym;
SDL_Keycode keyCode = event->key.key;
if (InputManager()) {
InputManager()->QueueEvent(c_notificationKeyPress, keyCode, 0, 0, keyCode);
}