#pragma section-numbers off #pragma camelcase off || DRAFT|| = SDL_GetKeyboardFocus = Use this function to get the window which currently has keyboard focus. <> == Syntax == {{{#!highlight cpp SDL_Window* SDL_GetKeyboardFocus(void) }}} == Return Value == Returns the window with keyboard focus. == Code Examples == {{{#!highlight cpp You can add your code example here }}} == Remarks == ''You can add useful comments here'' ---- [[CategoryAPI]], [[CategoryKeyboard]]