[−][src]Function sdl2_sys::SDL_CreateWindowAndRenderer
pub unsafe extern "C" fn SDL_CreateWindowAndRenderer(
width: c_int,
height: c_int,
window_flags: Uint32,
window: *mut *mut SDL_Window,
renderer: *mut *mut SDL_Renderer
) -> c_int
\brief Create a window and default renderer
\param width The width of the window \param height The height of the window \param window_flags The flags used to create the window \param window A pointer filled with the window, or NULL on error \param renderer A pointer filled with the renderer, or NULL on error
\return 0 on success, or -1 on error