logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

SDL_MessageBoxFlags - Message box flags.

Availability

       This datatype is available since SDL 3.2.0.

Simple Directmedia Layer                           SDL 3.2.20                         SDL_MessageBoxFlags(3type)

Description

       If supported will display warning icon, etc.

Name

       SDL_MessageBoxFlags - Message box flags.

Synopsis

#include<SDL3/SDL_messagebox.h>typedefUint32SDL_MessageBoxFlags;#defineSDL_MESSAGEBOX_ERROR0x00000010u/**<errordialog*/#defineSDL_MESSAGEBOX_WARNING0x00000020u/**<warningdialog*/#defineSDL_MESSAGEBOX_INFORMATION0x00000040u/**<informationaldialog*/#defineSDL_MESSAGEBOX_BUTTONS_LEFT_TO_RIGHT0x00000080u/**<buttonsplacedlefttoright*/#defineSDL_MESSAGEBOX_BUTTONS_RIGHT_TO_LEFT0x00000100u/**<buttonsplacedrighttoleft*/

See Also