|
unsigned int | width |
|
unsigned int | height |
|
double | refreshRate |
|
◆ operator<()
auto DisplayMode::operator< |
( |
const DisplayMode & |
other | ) |
const -> bool
|
|
inline |
A quick way to compare the two DisplayResolutions.
◆ refreshRate
double DisplayMode::refreshRate |
Refresh rate, in hz, of the display for the given mode MacOS Quartz Display Services provides rate as double, winapi DEVMODE uses 32bit unsigned int (still gives rate as hz), RandR gives 32 bit pixel clock, which is then divided by width*height.
The documentation for this struct was generated from the following file:
- /home/runner/work/etterna/etterna/src/Etterna/Models/Misc/DisplaySpec.h