MCPcopy 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

ToggleWindowedModeFunction · 0.85
DisplayDropdownMethod · 0.85

Calls 2

GetContextFunction · 0.85
SetFullscreenModeMethod · 0.80

Tested by

no test coverage detected