Function sdl2_sys::video::SDL_CreateWindow [] [src]

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_t
) -> *mut SDL_Window