You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While having e.g. left-Ctrl continuously pressed, it can be observed that the function SDL_PollEvent generates SDL_EventType::SDL_KEYDOWN events with SDL_GetModState returning SDL_Keymod::KMOD_LCTRL as expected. However, at random intervals, for just one cycle, it unexpectedly generates an SDL_KEYUP event with SDL_GetModState returning KMOD_NONE and therefore temporarily loses the actual state.
SDL Version: 2.28.2, System: Ubuntu 22.04.5 LTS
The text was updated successfully, but these errors were encountered:
While having e.g. left-Ctrl continuously pressed, it can be observed that the function
SDL_PollEvent
generatesSDL_EventType::SDL_KEYDOWN
events withSDL_GetModState
returningSDL_Keymod::KMOD_LCTRL
as expected. However, at random intervals, for just one cycle, it unexpectedly generates anSDL_KEYUP
event withSDL_GetModState
returningKMOD_NONE
and therefore temporarily loses the actual state.SDL Version: 2.28.2, System: Ubuntu 22.04.5 LTS
The text was updated successfully, but these errors were encountered: