Platform specific window variables. More...
#include <kanzi/platform/platform/context/wgl/kzs_wgl_library.h>
Public Attributes | |
| kzBool | adjustScreenSize |
| Module to load extra functions from. | |
| const struct KzsDisplay * | display |
| Display for full screen mode. | |
| HDC | hDC |
| Device context handle. | |
| HWND | hWnd |
| Win32 handle for the actual window. | |
| kzBool | managedExternally |
| Is the actual window created/deleted outside Kanzi (for example the tool preview) | |
| HMODULE | user32Module |
Platform specific window variables.
| HDC KzsWindowNative::hDC |
Device context handle.
| HWND KzsWindowNative::hWnd |
Win32 handle for the actual window.
| kzBool KzsWindowNative::managedExternally |
Is the actual window created/deleted outside Kanzi (for example the tool preview)
| HMODULE KzsWindowNative::user32Module |
| kzBool KzsWindowNative::adjustScreenSize |
Module to load extra functions from.
Whether we need to adjust and restore display resolution.
| const struct KzsDisplay* KzsWindowNative::display |
Display for full screen mode.