MCPcopy 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
334void wndSetWindowed(void* pUserData)
335{
336 setWindowed(pWindowRef);
337 wndUpdateResolutionsList(pUserData);
338}
339
340void wndSetFullscreen(void* pUserData)
341{

Callers 1

Calls 2

wndUpdateResolutionsListFunction · 0.85
setWindowedFunction · 0.50

Tested by

no test coverage detected