Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
133
static void DestroyRenderWindow(HWND hwnd) {
134
::DestroyWindow(hwnd);
135
}
136
137
static void ToggleFullscreen(HWND hwnd) {
138
if (!BE1::rhi.IsFullscreen()) {
Callers
1
ShutdownInstance
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected