Wiki Page Content

Differences between revisions 1 and 2
Revision 1 as of 2010-01-17 07:11:19
Size: 925
Editor: SheenaSmith
Comment: create page, add content
Revision 2 as of 2010-01-21 18:00:58
Size: 921
Editor: SheenaSmith
Comment: Update WindowID > Window*
Deletions are marked like this. Additions are marked like this.
Line 12: Line 12:
SDL_bool SDL_GetWindowWMInfo(SDL_WindowID windowID, SDL_bool SDL_GetWindowWMInfo(SDL_Window* window,
Line 17: Line 17:
||'''windowID'''||the type used to identify the window|| ||'''window'''||the type used to identify the window||

DRAFT

SDL_GetWindowWMInfo

Use this function to get driver specific information about a window.

Syntax

SDL_bool SDL_GetWindowWMInfo(SDL_Window*           window,
                             struct SDL_SysWMinfo* info)

Function Parameters

window

the type used to identify the window

info

a pointer to the SDL_SysWMinfo structure to query

Return Value

SDL_TRUE, or SDL_FALSE if the information could not be retrieved; call SDL_GetError() for more information.

Code Examples

You can add your code example here

Remarks

Include SDL_syswm.h for the declaration of SDL_SysWMinfo.


CategoryAPI, CategoryVideo

None: SDL_GetWindowWMInfo (last edited 2016-10-13 20:36:31 by PhilippWiesemann)

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