|
⇤ ← Revision 1 as of 2010-08-13 03:22:16
Size: 592
Comment: create page, add content (8/8 changeset 4633; 4465)
|
Size: 600
Comment: minor change
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 16: | Line 16: |
| ^A pointer to the SDL_Window with mouse focus.^ | Returns ^a pointer to the SDL_Window with mouse focus.^ |
DRAFT |
SDL_GetMouseFocus
Use this function to get the window which currently has mouse focus.
Syntax
SDL_Window* SDL_GetMouseFocus(void)
Return Value
Returns a pointer to the SDL_Window with mouse focus.
Code Examples
You can add your code example here
Remarks
You can add useful comments here
