Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ConfettiFX/The-Forge
/ wndSetFullscreen
Function
wndSetFullscreen
Common_3/OS/WindowSystem/WindowSystem.cpp:340–344 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
338
}
339
340
void wndSetFullscreen(void* pUserData)
341
{
342
setFullscreen(pWindowRef);
343
wndUpdateResolutionsList(pUserData);
344
}
345
346
void wndSetBorderless(void* pUserData)
347
{
Callers
nothing calls this directly
Calls
2
wndUpdateResolutionsList
Function · 0.85
setFullscreen
Function · 0.50
Tested by
no test coverage detected