|
My Project
|
#include <SDL_syswm.h>
Public Attributes | |
| SDL_version | version |
| SDL_SYSWM_TYPE | subsystem |
| union { | |
| struct { | |
| Display * display | |
| Window window | |
| } x11 | |
| int dummy | |
| } | info |
The custom window manager information structure.
When this structure is returned, it holds information about which low level system it is using, and will be one of SDL_SYSWM_TYPE.
| Display* SDL_SysWMinfo::display |
The X11 display
| Window SDL_SysWMinfo::window |
The X11 window
1.8.13