Wiki Page Content

Differences between revisions 4 and 5
Revision 4 as of 2010-08-10 00:05:10
Size: 720
Editor: SheenaSmith
Comment: update content (old wiki)
Revision 5 as of 2010-08-13 03:11:58
Size: 698
Editor: SheenaSmith
Comment: update content - changeset 4465
Deletions are marked like this. Additions are marked like this.
Line 6: Line 6:
Use this function to get the current key modifier state for the ^?selected?^ keyboard. Use this function to get the current key modifier state for the keyboard.
Line 16: Line 16:
^Returns an OR'd combination of the modifier keys for the selected keyboard. See [[SDLMod]] for details.^ ??? ^Returns an OR'd combination of the modifier keys for the keyboard. See [[SDLMod]] for details.^ ???

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

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