SDL_GetModState

Get the current key modifier state for the keyboard.

extern (C) nothrow @nogc extern
SDL_GetModState
()

Return Value

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

Threadsafty: It is safe to call this function from any thread.

See Also

Meta