Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenRCT2/OpenRCT2
/ ContextSetFullscreenMode
Function
ContextSetFullscreenMode
src/openrct2/Context.cpp:1648–1651 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1646
}
1647
1648
void ContextSetFullscreenMode(int32_t mode)
1649
{
1650
return GetContext()->GetUiContext().SetFullscreenMode(static_cast<FullscreenMode>(mode));
1651
}
1652
1653
void ContextRecreateWindow()
1654
{
Callers
2
ToggleWindowedMode
Function · 0.85
DisplayDropdown
Method · 0.85
Calls
2
GetContext
Function · 0.85
SetFullscreenMode
Method · 0.80
Tested by
no test coverage detected