MCPcopy Create free account
hub / github.com/OpenLoco/OpenLoco / getResolution

Function getResolution

src/OpenLoco/src/Ui.cpp:551–554  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

549 }
550
551 Config::Resolution getResolution()
552 {
553 return { Ui::width(), Ui::height() };
554 }
555
556 Config::Resolution getDesktopResolution()
557 {

Callers 1

startFunction · 0.85

Calls 2

widthFunction · 0.85
heightFunction · 0.85

Tested by

no test coverage detected