DRAFT |
SDL_GetWindowWMInfo
Use this function to get driver specific information about a window.
Contents
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.
