Wiki Page Content

Differences between revisions 2 and 3
Revision 2 as of 2010-09-23 22:00:27
Size: 682
Editor: SheenaSmith
Comment: minor change
Revision 3 as of 2011-11-29 20:30:26
Size: 617
Editor: SheenaSmith
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


CategoryAPI, CategoryKeyboard

None: SDL_GetKeyboardFocus (last edited 2014-09-22 17:50:47 by PhilippWiesemann)

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