[][src]Function fermium::video::SDL_GetWindowData

pub unsafe extern "C" fn SDL_GetWindowData(
    window: *mut SDL_Window,
    name: *const c_char
) -> *mut c_void

Gets the named user data pointer of the window.

The name is case sensitive.