1 .TH "SDL_GetModState" "3" "Tue 11 Sep 2001, 22:59" "SDL" "SDL API Reference"
3 SDL_GetModState\- Get the state of modifier keys\&.
8 \fBSDLMod \fBSDL_GetModState\fP\fR(\fBvoid\fR);
11 Returns the current state of the modifier keys (CTRL, ALT, etc\&.)\&.
14 The return value can be an OR\&'d combination of the SDLMod enum\&.
39 SDL also defines the following symbols for convenience:
44 \f(CW#define KMOD_CTRL (KMOD_LCTRL|KMOD_RCTRL)
45 #define KMOD_SHIFT (KMOD_LSHIFT|KMOD_RSHIFT)
46 #define KMOD_ALT (KMOD_LALT|KMOD_RALT)
47 #define KMOD_META (KMOD_LMETA|KMOD_RMETA)\fR
53 \fI\fBSDL_GetKeyState\fP\fR
54 ...\" created by instant / docbook-to-man, Tue 11 Sep 2001, 22:59