Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ConfettiFX/The-Forge
/ wndSetWindowed
Function
wndSetWindowed
Common_3/OS/WindowSystem/WindowSystem.cpp:334–338 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
332
#endif
333
334
void wndSetWindowed(void* pUserData)
335
{
336
setWindowed(pWindowRef);
337
wndUpdateResolutionsList(pUserData);
338
}
339
340
void wndSetFullscreen(void* pUserData)
341
{
Callers
1
wndSetRecommendedWindowSize
Function · 0.85
Calls
2
wndUpdateResolutionsList
Function · 0.85
setWindowed
Function · 0.50
Tested by
no test coverage detected