SDL  2.0
SDL_Keyboard Struct Reference
+ Collaboration diagram for SDL_Keyboard:

Data Fields

SDL_Windowfocus
 
Uint16 modstate
 
Uint8 keystate [SDL_NUM_SCANCODES]
 
SDL_Keycode keymap [SDL_NUM_SCANCODES]
 

Detailed Description

Definition at line 38 of file SDL_keyboard.c.

Field Documentation

◆ focus

◆ keymap

◆ keystate

Uint8 SDL_Keyboard::keystate[SDL_NUM_SCANCODES]

Definition at line 43 of file SDL_keyboard.c.

Referenced by SDL_GetKeyboardState(), SDL_ResetKeyboard(), and SDL_SendKeyboardKey().

◆ modstate

Uint16 SDL_Keyboard::modstate

The documentation for this struct was generated from the following file: