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

Get a window’s mouse grab mode.

  • window the window to query
  • Returns: SDL_TRUE if mouse is grabbed, and SDL_FALSE otherwise.

See Also: SDL_SetWindowKeyboardGrab, SDL_GetWindowGrab