| 17 | } |
| 18 | |
| 19 | void DisplaySettingsDialog::initIntern() |
| 20 | { |
| 21 | auto primaryMonitor = glfwGetPrimaryMonitor(); |
| 22 | _videoModes = glfwGetVideoModes(primaryMonitor, &_videoModesCount); |
| 23 | _videoModeStrings = createVideoModeStrings(); |
| 24 | } |
| 25 | |
| 26 | DisplaySettingsDialog::DisplaySettingsDialog() |
| 27 | : AlienDialog("Display settings") |
nothing calls this directly
no outgoing calls
no test coverage detected