DRAFT |
SDL_SetModState
Use this function to set the current key modifier state for the selected keyboard.
Syntax
void SDL_SetModState(SDLMod modstate)
Function Parameters
modstate |
the desired SDLMod for the current keyboard |
Code Examples
You can add your code example here
Remarks
You can add useful comments here
