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

Get a window’s input grab mode.

\param window the window to query \returns SDL_TRUE if input is grabbed, SDL_FALSE otherwise.

\since This function is available since SDL 2.0.0.

\sa SDL_SetWindowGrab