#pragma section-numbers off #pragma disable-camelcase || DRAFT|| = SDL_GetModState = Use this function to get the current key modifier state for the keyboard. <> == Syntax == {{{#!highlight cpp SDL_Keymod SDL_GetModState(void) }}} == Return Value == Returns an OR'd combination of the modifier keys for the keyboard. See [[SDL_Keymod]] for details. == Code Examples == {{{#!highlight cpp You can add your code example here }}} == Remarks == ''You can add useful comments here'' == Related Functions == .[[SDL_GetKeyboardState]] .[[SDL_SetModState]] ---- [[CategoryAPI]], [[CategoryKeyboard]]