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

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_GetErrorMsg for more.