|
Size: 600
Comment: minor change
|
Size: 581
Comment: minor change to RV
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 16: | Line 16: |
| Returns ^a pointer to the SDL_Window with mouse focus.^ | Returns the 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 the window with mouse focus.
Code Examples
You can add your code example here
Remarks
You can add useful comments here
