Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
resolutionMouseDown
Function · 0.85
resolutionDropdown
Function · 0.85
Calls
1
updateFullscreenResolutions
Function · 0.85
Tested by
no test coverage detected