DRAFT

SDL_GetModState

Use this function to get the current key modifier state for the keyboard.

Syntax

SDLMod SDL_GetModState(void)

Return Value

Returns an OR'd combination of the modifier keys for the keyboard. See [[SDLMod]] for details. ???

Code Examples

You can add your code example here

Remarks

You can add useful comments here


CategoryAPI, CategoryKeyboard

SDL_GetModState (last edited 2010-08-13 03:11:58 by SheenaSmith)