Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/atraczyk/2d-engine
/ currentMode
Method
currentMode
engine/src/program.cpp:271–275 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
269
}
270
271
int
272
GLWindow::currentMode ()
273
{
274
return isFullscreen ? fullscreenMode : windowedMode;
275
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected