NAME
SDL2::UserEvent - OS Specific event
SYNOPSIS
use SDL2 qw[:all];
# TODO: I need to whip up a quick example
DESCRIPTION
Fields
type-SDL_USEREVENTthroughSDL_LASTEVENT - 1timestamp- In milliseconds, populated usingSDL_GetTicks( )windowID- The associated window, if anycode- User defined event codedata1- User defined data pointerdata2- User defined data pointer
AUTHOR
Sanko Robinson <sanko@cpan.org>