[][src]Function fermium::video::SDL_CreateWindow

pub unsafe extern "C" fn SDL_CreateWindow(
    title: *const c_char,
    x: c_int,
    y: c_int,
    w: c_int,
    h: c_int,
    flags: u32
) -> *mut SDL_Window

Creates a new window.

Returns: the window pointer, or NULL on failure. Call [SDL_GetError] for more.