SDL  2.0
SDL_Keyboard Struct Reference
+ Collaboration diagram for SDL_Keyboard:

Data Fields

SDL_Windowfocus
 
Uint16 modstate
 
Uint8 keysource [SDL_NUM_SCANCODES]
 
Uint8 keystate [SDL_NUM_SCANCODES]
 
SDL_Keycode keymap [SDL_NUM_SCANCODES]
 
SDL_bool autorelease_pending
 

Detailed Description

Definition at line 40 of file SDL_keyboard.c.

Field Documentation

◆ autorelease_pending

SDL_bool SDL_Keyboard::autorelease_pending

Definition at line 48 of file SDL_keyboard.c.

Referenced by SDL_ReleaseAutoReleaseKeys(), and SDL_SendKeyboardKeyInternal().

◆ focus

◆ keymap

◆ keysource

◆ keystate

Uint8 SDL_Keyboard::keystate[SDL_NUM_SCANCODES]

◆ modstate

Uint16 SDL_Keyboard::modstate

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