[][src]Function sdl2_sys::SDL_GetWindowGrab

pub unsafe extern "C" fn SDL_GetWindowGrab(window: *mut SDL_Window) -> SDL_bool

\brief Get a window's input grab mode.

\return This returns SDL_TRUE if input is grabbed, and SDL_FALSE otherwise.

\sa SDL_SetWindowGrab()