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

Method setUserDefinedResolution

source/Gui/WindowController.cpp:136–139  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

134}
135
136void WindowController::setUserDefinedResolution(GLFWvidmode const& videoMode)
137{
138 setMode(convert(videoMode));
139}
140
141IntVector2D WindowController::getStartupWindowSize()
142{

Callers 1

setFullscreenMethod · 0.80

Calls 1

convertFunction · 0.70

Tested by

no test coverage detected