Ultralight C++ API 1.3.0
Loading...
Searching...
No Matches
ultralight::Monitor Class Referenceabstract

#include <AppCore/Monitor.h>

Details

Monitor class, represents a platform monitor.

Public Member Functions

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.
 

Constructor & Destructor Documentation

◆ ~Monitor()

virtual ultralight::Monitor::~Monitor ( )
inlinevirtual

Member Function Documentation

◆ 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: