[−][src]Function sdl2_sys::SDL_GetWindowData
pub unsafe extern "C" fn SDL_GetWindowData(
window: *mut SDL_Window,
name: *const c_char
) -> *mut c_void
\brief Retrieve the data pointer associated with a window.
\param window The window to query. \param name The name of the pointer.
\return The value associated with 'name'
\sa SDL_SetWindowData()