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_MessageBoxFlags
window - Parent window, can be undefined
title - UTF-8 title
message - UTF-8 message text
numbuttons
buttons
colorScheme - SDL2::MessageBoxColorScheme, can be undefined to use system settings

AUTHOR

Sanko Robinson <sanko@cpan.org>