Kanzi  3.9.9
Kanzi Engine C++ API
win32_display.hpp File Reference

Classes

class  kanzi::win32::Win32Display
 Class that represents a Win32 display. More...
 

Namespaces

 kanzi
 
 kanzi::win32
 

Functions

bool kanzi::win32::changeToFullscreenWin32Display (const Win32Display &display)
 Changes window mode of the application to full screen on the given Win32 display. More...
 
KZ_NO_DISCARD unsigned int kanzi::win32::findWin32DisplayCount () noexcept
 Finds the number of available active displays. More...
 
KZ_NO_DISCARD optional< windowing::Position > kanzi::win32::getWin32DisplayOrigin (const Win32Display &display)
 Gets the origin of the Win32 display. More...
 
KZ_NO_DISCARD windowing::SizeU kanzi::win32::getWin32DisplaySizeU (const Win32Display &display)
 Gets the size of the Win32 display. More...