MCPcopy 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
183static void WindowSizeChanged(int w, int h) {
184 currentWindowWidth = w;
185 currentWindowHeight = h;
186}
187
188// Process the next main command.
189static void HandleCmd(android_app *appState, int32_t cmd) {

Callers 1

android_mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected