NAME
SDL2::Keysym - SDL Keysym Structure Used in Key Events
SYNOPSIS
use SDL2 qw[:all];
# TODO: I need to whip up a quick example
DESCRIPTION
The SDL keysym structure, used in key events.
If you are looking for translated character input, see the SDL_TEXTINPUT
event.
Fields
scancode
- SDL physical key code - see SDL_Scancode for detailssym
- SDL virtual key code - see SDL_Keycode for detailsmod
- Current key modifiersunused
AUTHOR
Sanko Robinson <sanko@cpan.org>