My Project
|
#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.
HDC hdc |
The window device context
HINSTANCE hinstance |
The instance handle
HWND window |
The window handle