Pop-up message box?

Is it possible to make a pop-up message box appear in SDL?

Is it possible to make a pop-up message box appear in SDL?

Not within the SDL API. But if you’re not running fullscreen and don’t
have the mouse input grabbed, you can call the Win32 or Mac OS X APIs
directly for this.

–ryan.