DRAFT |
SDL_GetMouseFocus
Use this function to get the window which currently has mouse focus.
Syntax
Toggle line numbers
SDL_Window* SDL_GetMouseFocus(void)
Return Value
Returns the window with mouse focus.
Code Examples
Toggle line numbers
You can add your code example here
Remarks
You can add useful comments here