23 virtual double scale()
const = 0;
28 virtual uint32_t
width()
const = 0;
#define AExport
Definition Defines.h:42
Monitor class, represents a platform monitor.
Definition Monitor.h:16
virtual uint32_t width() const =0
Get the width of the monitor.
virtual double scale() const =0
Get the DPI scale (1.0 = 100%)
virtual ~Monitor()
Definition Monitor.h:18
virtual uint32_t height() const =0
Get the height of the monitor.