SDL_GetModState - Man Page

Get the current key modifier state for the keyboard.

Synopsis

#include <SDL3/SDL_keyboard.h>

SDL_Keymod SDL_GetModState(void);

Return Value

Returns an OR'd combination of the modifier keys for the keyboard. See SDL_Keymod for details.

Thread Safety

It is safe to call this function from any thread.

Availability

This function is available since SDL 3.2.0.

See Also

SDL_GetKeyboardState(3), SDL_SetModState(3)

Referenced By

SDL_SetModState(3).

SDL 3.2.20 Simple Directmedia Layer SDL3 FUNCTIONS