Bundle SDL2 multimedia library for 2D graphics, input handling, audio playback, and window management. Core types: Window, Renderer, Texture, Surface, Event, and Mixer. Compile with -lib sdl2.
MessageBoxFlags
SDL_MessageBox flags. If supported will display warning icon, etc.
Items
- SDL_MESSAGEBOX_ERROR = 16
- SDL_MESSAGEBOX_WARNING = 32
- SDL_MESSAGEBOX_INFORMATION = 64
- SDL_MESSAGEBOX_BUTTONS_LEFT_TO_RIGHT = 128
- SDL_MESSAGEBOX_BUTTONS_RIGHT_TO_LEFT = 256