Function fermium::video::SDL_SetWindowData[][src]

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

Associates a named user data pointer to the window.

The name is case sensitive.