getModState

Wraps SDL_GetModState which gets the current modifier key states

@safe @trusted
getModState
()

Return Value

Type: Keymod

dsdl2.Keymod containing whether the modifier keys are pressed or not

Meta