Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PolygonTek/BlueshiftEngine
/ WindowSizeChanged
Function
WindowSizeChanged
Source/TestRenderer/AndroidMain.cpp:183–186 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
181
}
182
183
static void WindowSizeChanged(int w, int h) {
184
currentWindowWidth = w;
185
currentWindowHeight = h;
186
}
187
188
// Process the next main command.
189
static void HandleCmd(android_app *appState, int32_t cmd) {
Callers
1
android_main
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected