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

Function getFullscreenResolutions

src/OpenLoco/src/Ui.cpp:772–776  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

770 }
771
772 std::vector<Resolution> getFullscreenResolutions()
773 {
774 updateFullscreenResolutions();
775 return _fsResolutions;
776 }
777
778 Resolution getClosestResolution(int32_t inWidth, int32_t inHeight)
779 {

Callers 2

resolutionMouseDownFunction · 0.85
resolutionDropdownFunction · 0.85

Calls 1

Tested by

no test coverage detected