SDL 2.0
|
#include <SDL_syswm.h>
Data Fields | |
SDL_version | version |
SDL_SYSWM_TYPE | subsystem |
union { | |
struct { | |
HWND window | |
HDC hdc | |
HINSTANCE hinstance | |
} win | |
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 226 of file SDL_syswm.h.
Uint8 SDL_SysWMinfo::dummy[64] |
Definition at line 348 of file SDL_syswm.h.
HDC SDL_SysWMinfo::hdc |
The window device context
Definition at line 236 of file SDL_syswm.h.
HINSTANCE SDL_SysWMinfo::hinstance |
The instance handle
Definition at line 237 of file SDL_syswm.h.
union { ... } SDL_SysWMinfo::info |
SDL_SYSWM_TYPE SDL_SysWMinfo::subsystem |
Definition at line 229 of file SDL_syswm.h.
SDL_version SDL_SysWMinfo::version |
Definition at line 228 of file SDL_syswm.h.
struct { ... } SDL_SysWMinfo::win |
HWND SDL_SysWMinfo::window |
The window handle
Definition at line 235 of file SDL_syswm.h.