NAME
SDL2::MessageBoxData - MessageBox structure containing title, text, window, etc.
SYNOPSIS
use SDL2 qw[:all];
# TODO: I need to whip up a quick example
DESCRIPTION
Fields
flags-SDL_MessageBoxFlagswindow- Parent window, can be undefinedtitle- UTF-8 titlemessage- UTF-8 message textcolorScheme- SDL2::MessageBoxColorScheme, can be undefined to use system settings
AUTHOR
Sanko Robinson <sanko@cpan.org>