Function sdl2_sys::SDL_GetWindowFromID

source ·
pub unsafe extern "C" fn SDL_GetWindowFromID(
    id: Uint32,
) -> *mut SDL_Window
Expand description

\brief Get a window from a stored ID, or NULL if it doesn’t exist.