Function sdl2_sys::SDL_GetGrabbedWindow [] [src]

pub unsafe extern "C" fn SDL_GetGrabbedWindow() -> *mut SDL_Window

\brief Get the window that currently has an input grab enabled.

\return This returns the window if input is grabbed, and NULL otherwise.

\sa SDL_SetWindowGrab()