My Project
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Public Attributes | List of all members
SDL_Keysym Struct Reference

The SDL keysym structure, used in key events. More...

#include <SDL_keyboard.h>

Public Attributes

SDL_Scancode scancode
 
SDL_Keycode sym
 
Uint16 mod
 
Uint32 unused
 

Detailed Description

The SDL keysym structure, used in key events.

Note
If you are looking for translated character input, see the SDL_TEXTINPUT event.

Member Data Documentation

Uint16 SDL_Keysym::mod

current key modifiers

SDL_Scancode SDL_Keysym::scancode

SDL physical key code - see SDL_Scancode for details

SDL_Keycode SDL_Keysym::sym

SDL virtual key code - see SDL_Keycode for details


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