Wiki Page Content

Differences between revisions 1 and 7 (spanning 6 versions)
Revision 1 as of 2010-03-14 22:02:35
Size: 719
Editor: SheenaSmith
Comment: create page, add content (Rev 5540)
Revision 7 as of 2011-02-07 18:31:09
Size: 704
Editor: KenBull
Comment: missed an SDLMod
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 12: Line 12:
SDLMod SDL_GetModState(void) SDL_Mod SDL_GetModState(void)
Line 16: Line 16:
The current key modifier state for the selected keyboard. ??? <<Color2(green,Is there a list of modifier states that should be included here like On and Off etc.?)>> ^Returns an OR'd combination of the modifier keys for the keyboard. See [[SDL_Mod]] for details.^ ???
Line 26: Line 26:
== Related Functions == == See Also ==
 .[[SDL_GetKeyboardState]]
 .[[SDL_SetModState]]
 .[[SDL_Mod]]

DRAFT

SDL_GetModState

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

Syntax

SDL_Mod SDL_GetModState(void)

Return Value

Returns an OR'd combination of the modifier keys for the keyboard. See [[SDL_Mod]] 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