#include <AppCore/Monitor.h>
Monitor class, represents a platform monitor.
|
| virtual | ~Monitor () |
| |
| virtual double | scale () const =0 |
| | Get the DPI scale (1.0 = 100%)
|
| |
| virtual uint32_t | width () const =0 |
| | Get the width of the monitor.
|
| |
| virtual uint32_t | height () const =0 |
| | Get the height of the monitor.
|
| |
◆ ~Monitor()
| virtual ultralight::Monitor::~Monitor |
( |
| ) |
|
|
inlinevirtual |
◆ height()
| virtual uint32_t ultralight::Monitor::height |
( |
| ) |
const |
|
pure virtual |
Get the height of the monitor.
◆ scale()
| virtual double ultralight::Monitor::scale |
( |
| ) |
const |
|
pure virtual |
Get the DPI scale (1.0 = 100%)
◆ width()
| virtual uint32_t ultralight::Monitor::width |
( |
| ) |
const |
|
pure virtual |
Get the width of the monitor.
The documentation for this class was generated from the following file: