|
SDL
2.0
|
Collaboration diagram for SDL_Keyboard:Data Fields | |
| SDL_Window * | focus |
| Uint16 | modstate |
| Uint8 | keysource [SDL_NUM_SCANCODES] |
| Uint8 | keystate [SDL_NUM_SCANCODES] |
| SDL_Keycode | keymap [SDL_NUM_SCANCODES] |
| SDL_bool | autorelease_pending |
Definition at line 40 of file SDL_keyboard.c.
| SDL_bool SDL_Keyboard::autorelease_pending |
Definition at line 48 of file SDL_keyboard.c.
Referenced by SDL_ReleaseAutoReleaseKeys(), and SDL_SendKeyboardKeyInternal().
| SDL_Window* SDL_Keyboard::focus |
Definition at line 43 of file SDL_keyboard.c.
Referenced by SDL_GetKeyboardFocus(), SDL_SendEditingText(), SDL_SendKeyboardKeyInternal(), SDL_SendKeyboardText(), and SDL_SetKeyboardFocus().
| SDL_Keycode SDL_Keyboard::keymap[SDL_NUM_SCANCODES] |
Definition at line 47 of file SDL_keyboard.c.
Referenced by SDL_GetKeyFromScancode(), SDL_GetScancodeFromKey(), SDL_KeyboardInit(), SDL_SendKeyboardKeyInternal(), and SDL_SetKeymap().
| Uint8 SDL_Keyboard::keysource[SDL_NUM_SCANCODES] |
Definition at line 45 of file SDL_keyboard.c.
Referenced by SDL_HardwareKeyboardKeyPressed(), SDL_ReleaseAutoReleaseKeys(), and SDL_SendKeyboardKeyInternal().
| Uint8 SDL_Keyboard::keystate[SDL_NUM_SCANCODES] |
Definition at line 46 of file SDL_keyboard.c.
Referenced by SDL_GetKeyboardState(), SDL_ResetKeyboard(), and SDL_SendKeyboardKeyInternal().
| Uint16 SDL_Keyboard::modstate |
Definition at line 44 of file SDL_keyboard.c.
Referenced by SDL_GetModState(), SDL_SendKeyboardKeyInternal(), SDL_SetModState(), and SDL_ToggleModState().