mirror of
https://github.com/isledecomp/isle-portable.git
synced 2026-02-03 12:31:15 +00:00
SDL3 is still instable
This commit is contained in:
parent
3fb3f31319
commit
b99b855dcb
@ -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);
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user