NAME
SDL2::Keysym - SDL Keysym structure used in key events device
SYNOPSIS
use SDL2 qw[:all];
# TODO: I need to whip up a quick example
DESCRIPTION
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>