pub unsafe extern "C" fn SDL_GetGrabbedWindow() -> *mut SDL_Window
dep_sdl3
Get the window that currently has an input grab enabled.
Returns the window if input is grabbed or NULL otherwise.
This function should only be called on the main thread.
This function is available since SDL 3.2.0.
SDL_SetWindowMouseGrab
SDL_SetWindowKeyboardGrab