Kanzi display, native portion for the win32 platform. More...
#include <kanzi/core.ui/coreui_api.hpp>#include <kanzi/core/cpp/platform.hpp>#include <kanzi/core/legacy/kzs_types.hpp>#include <kanzi/core/platform/cpp/win32/windows.hpp>Functions | |
| KZ_NO_DISCARD kzUint | kzsDisplayNativeGetCurrentX (const struct KzsDisplayNative *displayNative) |
| Returns the x coordinate of the display with respect to the desktop. | |
| KZ_NO_DISCARD kzUint | kzsDisplayNativeGetCurrentY (const struct KzsDisplayNative *displayNative) |
| Returns the y coordinate of the display with respect to the desktop. | |
| KZ_NO_DISCARD LPCTSTR | kzsDisplayNativeGetDeviceName (const struct KzsDisplayNative *displayNative) |
| Returns the name of the display adapter device. | |
Kanzi display, native portion for the win32 platform.
Copyright 2008-2017 by Rightware. All rights reserved.
| KZ_NO_DISCARD LPCTSTR kzsDisplayNativeGetDeviceName | ( | const struct KzsDisplayNative * | displayNative | ) |
Returns the name of the display adapter device.
| KZ_NO_DISCARD kzUint kzsDisplayNativeGetCurrentX | ( | const struct KzsDisplayNative * | displayNative | ) |
Returns the x coordinate of the display with respect to the desktop.
| KZ_NO_DISCARD kzUint kzsDisplayNativeGetCurrentY | ( | const struct KzsDisplayNative * | displayNative | ) |
Returns the y coordinate of the display with respect to the desktop.