SDL
2.0
|
#include <SDL_syswm.h>
Data Fields | |
SDL_version | version |
SDL_SYSWM_TYPE | subsystem |
union { | |
struct { | |
Display * display | |
Window window | |
} x11 | |
struct { | |
struct wl_display * display | |
struct wl_surface * surface | |
struct wl_shell_surface * shell_surface | |
} wl | |
Uint8 dummy [64] | |
} | 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.
Definition at line 216 of file SDL_syswm.h.
Display* SDL_SysWMinfo::display |
The X11 display
Definition at line 239 of file SDL_syswm.h.
struct wl_display* SDL_SysWMinfo::display |
Wayland display
Definition at line 277 of file SDL_syswm.h.
Uint8 SDL_SysWMinfo::dummy[64] |
Definition at line 316 of file SDL_syswm.h.
union { ... } SDL_SysWMinfo::info |
struct wl_shell_surface* SDL_SysWMinfo::shell_surface |
Wayland shell_surface (window manager handle)
Definition at line 279 of file SDL_syswm.h.
SDL_SYSWM_TYPE SDL_SysWMinfo::subsystem |
Definition at line 219 of file SDL_syswm.h.
struct wl_surface* SDL_SysWMinfo::surface |
Wayland surface
Definition at line 278 of file SDL_syswm.h.
SDL_version SDL_SysWMinfo::version |
Definition at line 218 of file SDL_syswm.h.
Window SDL_SysWMinfo::window |
The X11 window
Definition at line 240 of file SDL_syswm.h.
struct { ... } SDL_SysWMinfo::wl |
struct { ... } SDL_SysWMinfo::x11 |