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

\brief Get a window’s input grab mode.

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

\sa SDL_SetWindowGrab()