|
Size: 682
Comment: minor change
|
Size: 617
Comment: minor change to RV; camelcase
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 2: | Line 2: |
| #pragma disable-camelcase | #pragma camelcase off |
| Line 16: | Line 16: |
| Returns ^a pointer to the SDL_Window with keyboard focus.^ <<Color2(green,What happens on error?)>> | Returns the window with keyboard focus. |
DRAFT |
SDL_GetKeyboardFocus
Use this function to get the window which currently has keyboard focus.
Syntax
SDL_Window* SDL_GetKeyboardFocus(void)
Return Value
Returns the window with keyboard focus.
Code Examples
You can add your code example here
Remarks
You can add useful comments here
