![]() |
libdisplaydevice master
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 {} |
| 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. | |
Available information for the active display only.