Wiki Page Content

Differences between revisions 2 and 3
Revision 2 as of 2015-04-26 18:45:35
Size: 1412
Comment: Added missing void in signature.
Revision 3 as of 2015-12-04 23:11:41
Size: 1437
Comment: Added SDL_GetWindowGrab() to Related Functions (Feedback 2015-11-30).
Deletions are marked like this. Additions are marked like this.
Line 42: Line 42:
 .[[SDL_GetWindowGrab]]

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)

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