MCPcopy Create free account
hub / github.com/PolygonTek/BlueshiftEngine / DestroyRenderWindow

Function DestroyRenderWindow

Source/Player/WinMain.cpp:133–135  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

131}
132
133static void DestroyRenderWindow(HWND hwnd) {
134 ::DestroyWindow(hwnd);
135}
136
137static void ToggleFullscreen(HWND hwnd) {
138 if (!BE1::rhi.IsFullscreen()) {

Callers 1

ShutdownInstanceFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected