Wiki Page Content

Revision 2 as of 2010-09-23 22:00:27

Clear message

DRAFT

SDL_GetKeyboardFocus

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

Syntax

SDL_Window* SDL_GetKeyboardFocus(void)

Return Value

Returns a pointer to the SDL_Window with keyboard focus. green

Code Examples

You can add your code example here

Remarks

You can add useful comments here


CategoryAPI, CategoryKeyboard

(Page Info.)
Feedback
Please include your contact information if you'd like to receive a reply.
Submit