Wiki Page Content

Differences between revisions 9 and 10
Revision 9 as of 2013-02-11 17:24:14
Size: 706
Comment:
Revision 10 as of 2015-04-26 19:58:52
Size: 697
Comment: Corrected section name and removed link to enum.
Deletions are marked like this. Additions are marked like this.
Line 26: Line 26:
== See Also == == Related Functions ==
Line 29: Line 29:
 .[[SDL_Keymod]]

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


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