![]() |
libdisplaydevice v2026.322.2407
C++ library to modify display devices.
|
Available information for the active display only. More...
#include <src/common/include/display_device/types.h>
Public Attributes | |
| std::optional< HdrState > | m_hdr_state {} |
| Point | m_origin_point {} |
| bool | m_primary {} |
| FloatingPoint | m_refresh_rate {} |
| Resolution | m_resolution {} |
| FloatingPoint | m_resolution_scale {} |
Friends | |
| bool | operator== (const Info &lhs, const Info &rhs) |
| Comparator for strict equality. | |
Available information for the active display only.
| std::optional<HdrState> display_device::EnumeratedDevice::Info::m_hdr_state {} |
HDR of an active device.
| Point display_device::EnumeratedDevice::Info::m_origin_point {} |
A starting point of the display.
| bool display_device::EnumeratedDevice::Info::m_primary {} |
Indicates whether the device is a primary display.
| FloatingPoint display_device::EnumeratedDevice::Info::m_refresh_rate {} |
Refresh rate of an active device.
| Resolution display_device::EnumeratedDevice::Info::m_resolution {} |
Resolution of an active device.
| FloatingPoint display_device::EnumeratedDevice::Info::m_resolution_scale {} |
Resolution scaling of an active device.