My Project
Loading...
Searching...
No Matches
SDL_MessageBoxData Struct Reference

#include <SDL_messagebox.h>

Data Fields

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.

Field Documentation

◆ colorScheme

const SDL_MessageBoxColorScheme* colorScheme

SDL_MessageBoxColorScheme, can be NULL to use system settings

◆ flags

Uint32 flags

SDL_MessageBoxFlags

◆ message

const char* message

UTF-8 message text

◆ title

const char* title

UTF-8 title

◆ window

SDL_Window* window

Parent window, can be NULL


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