Wiki Page Content

DRAFT

SDL_GetGrabbedWindow

Use this function to get the window that currently has an input grab enabled.

Syntax

SDL_Window* SDL_GetGrabbedWindow(void)

Return Value

Returns the window if input is grabbed or NULL otherwise.

Code Examples

You can add your code example here

Remarks

You can add useful comments here

Version

This function is available since SDL 2.0.4.


CategoryAPI, CategoryVideo

None: SDL_GetGrabbedWindow (last edited 2015-12-04 23:11:41 by PhilippWiesemann)

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