Kanzi  3.9.8
Kanzi Engine C++ API
kanzi::win32::Win32Display Class Reference

Class that represents a Win32 display. More...

#include <kanzi/core.ui/platform/windowing_ng/win32/win32_display.hpp>

Public Member Functions

KZ_NO_DISCARD string getDisplayName () const noexcept
 Gets the name of the current display. More...
 
KZ_NO_DISCARD unsigned int getNativeHandle () const noexcept
 Gets the native display handle. More...
 
 Win32Display (unsigned int displayID)
 Constructor. More...
 

Detailed Description

Class that represents a Win32 display.

Since
Kanzi 3.9.7

Constructor & Destructor Documentation

kanzi::win32::Win32Display::Win32Display ( unsigned int  displayID)
explicit

Constructor.

Parameters
displayIDThe ID of the display to select.

Member Function Documentation

KZ_NO_DISCARD string kanzi::win32::Win32Display::getDisplayName ( ) const
noexcept

Gets the name of the current display.

Returns
The name of the display.
KZ_NO_DISCARD unsigned int kanzi::win32::Win32Display::getNativeHandle ( ) const
noexcept

Gets the native display handle.

Returns
The native display handle.

The documentation for this class was generated from the following file: