DRAFT

SDL_GetKeyboardFocus

Use this function to get the window which currently has keyboard focus.

Syntax

SDL_Window* SDL_GetKeyboardFocus(void)

Return Value

A pointer to the SDL_Window with keyboard focus.

Code Examples

You can add your code example here

Remarks

You can add useful comments here


CategoryAPI, CategoryKeyboard

SDL_GetKeyboardFocus (last edited 2010-08-13 02:54:12 by SheenaSmith)