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

Method initIntern

source/Gui/DisplaySettingsDialog.cpp:19–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17}
18
19void DisplaySettingsDialog::initIntern()
20{
21 auto primaryMonitor = glfwGetPrimaryMonitor();
22 _videoModes = glfwGetVideoModes(primaryMonitor, &_videoModesCount);
23 _videoModeStrings = createVideoModeStrings();
24}
25
26DisplaySettingsDialog::DisplaySettingsDialog()
27 : AlienDialog("Display settings")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected