MCPcopy 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
340void wndSetFullscreen(void* pUserData)
341{
342 setFullscreen(pWindowRef);
343 wndUpdateResolutionsList(pUserData);
344}
345
346void wndSetBorderless(void* pUserData)
347{

Callers

nothing calls this directly

Calls 2

wndUpdateResolutionsListFunction · 0.85
setFullscreenFunction · 0.50

Tested by

no test coverage detected