Kanzi 4.0.0-beta2
kzs_display_native.h File Reference

Kanzi display, native portion for the win32 platform. More...

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.
 

Detailed Description

Kanzi display, native portion for the win32 platform.

Copyright 2008-2017 by Rightware. All rights reserved.

Function Documentation

◆ kzsDisplayNativeGetDeviceName()

KZ_NO_DISCARD LPCTSTR kzsDisplayNativeGetDeviceName ( const struct KzsDisplayNative * displayNative)

Returns the name of the display adapter device.

◆ kzsDisplayNativeGetCurrentX()

KZ_NO_DISCARD kzUint kzsDisplayNativeGetCurrentX ( const struct KzsDisplayNative * displayNative)

Returns the x coordinate of the display with respect to the desktop.

◆ kzsDisplayNativeGetCurrentY()

KZ_NO_DISCARD kzUint kzsDisplayNativeGetCurrentY ( const struct KzsDisplayNative * displayNative)

Returns the y coordinate of the display with respect to the desktop.