Wiki Page Content

Revision 1 as of 2010-01-17 07:11:19

Clear message

DRAFT

SDL_GetWindowWMInfo

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

Syntax

SDL_bool SDL_GetWindowWMInfo(SDL_WindowID          windowID,
                             struct SDL_SysWMinfo* info)

Function Parameters

windowID

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

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