![]() |
![]()
| ![]() |
![]()
NAMESDL_SetModState - Set the current key modifier state SYNOPSIS#include "SDL.h" void SDL_SetModState(SDLMod modstate); DESCRIPTIONThe inverse of SDL_GetModState, SDL_SetModState allows you to impose modifier key states on your application. Simply pass your desired modifier states into modstate. This value my be a logical OR'd combination of the following: typedef enum { SEE ALSOSDL_GetModState
|