OpenCPN Partial API docs
|
Structure to hold information about a monitor. More...
#include <displays.h>
Public Attributes | |
std::string | name |
Name of the monitor. | |
size_t | width_mm |
Width of the monitor in millimeters. | |
size_t | height_mm |
Height of the monitor in millimeters. | |
size_t | width |
Width of the monitor in pixels. | |
size_t | height |
Height of the monitor in pixels. | |
size_t | width_px |
Width of the monitor in physical pixels, on eg. Apple Retina displays this value differs. | |
size_t | height_px |
Height of the monitor in physical pixels, on eg. Apple Retina displays this value differs. | |
size_t | scale |
Scaling factor in percent. | |
Structure to hold information about a monitor.
Definition at line 33 of file displays.h.