Wiki Page Content

Differences between revisions 8 and 9
Revision 8 as of 2013-01-20 19:34:51
Size: 713
Comment: Changed SDL_Mod to SDL_Keymod.
Revision 9 as of 2013-02-11 17:24:14
Size: 706
Comment:
Deletions are marked like this. Additions are marked like this.
Line 16: Line 16:
^Returns an OR'd combination of the modifier keys for the keyboard. See [[SDL_Keymod]] for details.^ ??? Returns an OR'd combination of the modifier keys for the keyboard. See [[SDL_Keymod]] for details.

DRAFT

SDL_GetModState

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

Syntax

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

You can add your code example here

Remarks

You can add useful comments here

See Also


CategoryAPI, CategoryKeyboard

None: SDL_GetModState (last edited 2015-04-26 19:58:52 by PhilippWiesemann)

(Page Info.)
Feedback
Please include your contact information if you'd like to receive a reply.
Submit