DRAFT |
SDL_GetModState
Use this function to get the current key modifier state for the selected keyboard.
Syntax
SDLMod SDL_GetModState(void)
Return Value
The current key modifier state for the selected keyboard. See SDLMod for details. ???
Code Examples
You can add your code example here
Remarks
You can add useful comments here
