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 details
sym - SDL virtual key code - see SDL_Keycode for details
mod - Current key modifiers
unused

AUTHOR

Sanko Robinson <sanko@cpan.org>