libdisplaydevice master
C++ library to modify display devices.
display_device::EnumeratedDevice::Info Struct Reference

Available information for the active display only. More...

#include <src/common/include/display_device/types.h>

Collaboration diagram for display_device::EnumeratedDevice::Info:
[legend]

Public Attributes

std::optional< HdrStatem_hdr_state {}
 HDR of an active device.
 
Point m_origin_point {}
 A starting point of the display.
 
bool m_primary {}
 Indicates whether the device is a primary display.
 
FloatingPoint m_refresh_rate {}
 Refresh rate of an active device.
 
Resolution m_resolution {}
 Resolution of an active device.
 
FloatingPoint m_resolution_scale {}
 Resolution scaling of an active device.
 

Friends

bool operator== (const Info &lhs, const Info &rhs)
 Comparator for strict equality.
 

Detailed Description

Available information for the active display only.


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