|
⇤ ← Revision 1 as of 2010-08-13 02:54:12
Size: 632
Comment: create page, add content (8/8 changeset 4633; 4465)
|
Size: 682
Comment: minor change
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 16: | Line 16: |
| ^A pointer to the SDL_Window with keyboard focus.^ | Returns ^a pointer to the SDL_Window with keyboard focus.^ <<Color2(green,What happens on error?)>> |
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
