MCPcopy Create free account
hub / github.com/ConfettiFX/The-Forge / wndSetBorderless

Function wndSetBorderless

Common_3/OS/WindowSystem/WindowSystem.cpp:346–350  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

344}
345
346void wndSetBorderless(void* pUserData)
347{
348 setBorderless(pWindowRef);
349 wndUpdateResolutionsList(pUserData);
350}
351
352void wndMaximizeWindow(void* pUserData)
353{

Callers

nothing calls this directly

Calls 2

wndUpdateResolutionsListFunction · 0.85
setBorderlessFunction · 0.50

Tested by

no test coverage detected