#pragma section-numbers off #pragma camelcase off = SDL_GetWindowGrab = Use this function to get a window's input grab mode. <> == Syntax == {{{#!highlight cpp SDL_bool SDL_GetWindowGrab(SDL_Window* window) }}} == Function Parameters == ||'''window'''||the window to query|| == Return Value == Returns SDL_TRUE if input is grabbed, SDL_FALSE otherwise. == Code Examples == {{{#!highlight cpp You can add your code example here }}} == Remarks == ''You can add useful comments here'' == Related Functions == .[[SDL_SetWindowGrab]] ---- [[CategoryAPI]], [[CategoryVideo]]