My Project
Loading...
Searching...
No Matches
SDL_Keysym Struct Reference

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

#include <SDL_keyboard.h>

Data Fields

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.

Field Documentation

◆ mod

Uint16 mod

current key modifiers

◆ scancode

SDL_Scancode scancode

SDL physical key code - see SDL_Scancode for details

◆ sym

SDL virtual key code - see SDL_Keycode for details


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