Kanzi 3.9.10
kzs_display_native.h File Reference

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

Functions

kzUint kzsDisplayNativeGetCurrentX (const struct KzsDisplayNative *displayNative)
 Returns the x coordinate of the display with respect to the desktop.
 
kzUint kzsDisplayNativeGetCurrentY (const struct KzsDisplayNative *displayNative)
 Returns the y coordinate of the display with respect to the desktop.
 
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()

LPCTSTR kzsDisplayNativeGetDeviceName ( const struct KzsDisplayNative * displayNative)

Returns the name of the display adapter device.

◆ kzsDisplayNativeGetCurrentX()

kzUint kzsDisplayNativeGetCurrentX ( const struct KzsDisplayNative * displayNative)

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

◆ kzsDisplayNativeGetCurrentY()

kzUint kzsDisplayNativeGetCurrentY ( const struct KzsDisplayNative * displayNative)

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