Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
136
void WindowController::setUserDefinedResolution(GLFWvidmode const& videoMode)
137
{
138
setMode(convert(videoMode));
139
}
140
141
IntVector2D WindowController::getStartupWindowSize()
142
{
Callers
1
setFullscreen
Method · 0.80
Calls
1
convert
Function · 0.70
Tested by
no test coverage detected