DRAFT

SDL_GetMouseFocus

Use this function to get the window which currently has mouse focus.

Syntax

SDL_Window* SDL_GetMouseFocus(void)

Return Value

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


CategoryAPI, CategoryMouse

SDL_GetMouseFocus (last edited 2010-08-13 03:22:16 by SheenaSmith)