MCPcopy Create free account
hub / github.com/chrxh/alien / setFullscreen

Method setFullscreen

source/Gui/DisplaySettingsDialog.cpp:91–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89}
90
91void DisplaySettingsDialog::setFullscreen(int selectionIndex)
92{
93 if (0 == selectionIndex) {
94 WindowController::get().setDesktopMode();
95 } else {
96 WindowController::get().setUserDefinedResolution(_videoModes[selectionIndex - 1]);
97 }
98}
99
100namespace
101{

Callers

nothing calls this directly

Calls 2

setDesktopModeMethod · 0.80

Tested by

no test coverage detected