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. ??? green
Code Examples
You can add your code example here
Remarks
You can add useful comments here
