[][src]Function sdl2_sys::SDL_ShowSimpleMessageBox

pub unsafe extern "C" fn SDL_ShowSimpleMessageBox(
    flags: Uint32,
    title: *const c_char,
    message: *const c_char,
    window: *mut SDL_Window
) -> c_int

\brief Create a simple modal message box

\param flags ::SDL_MessageBoxFlags \param title UTF-8 title text \param message UTF-8 message text \param window The parent window, or NULL for no parent

\return 0 on success, -1 on error

\sa SDL_ShowMessageBox