Get the current key modifier state for the keyboard.
Defined in SDL_keyboard.h
SDL_Keymod SDL_GetModState(void);(SDL_Keymod) Returns an OR'd combination of the modifier keys for the keyboard. See SDL_Keymod for details.
This function is available since SDL 2.0.0.