The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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

AUTHOR

Sanko Robinson <sanko@cpan.org>