[][src]Function fermium::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: Uint32
) -> *mut SDL_Window