My Project
Public Attributes | List of all members
SDL_MessageBoxData Struct Reference

MessageBox structure containing title, text, window, etc. More...

#include <SDL_messagebox.h>

Public Attributes

Uint32 flags
 
SDL_Windowwindow
 
const char * title
 
const char * message
 
int numbuttons
 
const SDL_MessageBoxButtonDatabuttons
 
const SDL_MessageBoxColorSchemecolorScheme
 

Detailed Description

MessageBox structure containing title, text, window, etc.

Member Data Documentation

◆ colorScheme

const SDL_MessageBoxColorScheme* SDL_MessageBoxData::colorScheme

SDL_MessageBoxColorScheme, can be NULL to use system settings

◆ flags

Uint32 SDL_MessageBoxData::flags

::SDL_MessageBoxFlags

◆ message

const char* SDL_MessageBoxData::message

UTF-8 message text

◆ title

const char* SDL_MessageBoxData::title

UTF-8 title

◆ window

SDL_Window* SDL_MessageBoxData::window

Parent window, can be NULL


The documentation for this struct was generated from the following file: