[][src]Function fermium::video::SDL_CreateWindowFrom

pub unsafe extern "C" fn SDL_CreateWindowFrom(
    data: *const c_void
) -> *mut SDL_Window

Creates a window from driver-dependent window creation data, typically a native window pointer.

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