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

Method OnApplicationResize

Source/Player/Application.cpp:100–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98}
99
100void Application::OnApplicationResize(int width, int height) {
101 if (gameWorld) {
102 gameWorld->OnApplicationResize(width, height);
103 }
104}
105
106void Application::OnApplicationTerminate() {
107 if (gameWorld) {

Callers 4

InitInstanceFunction · 0.45
WndProcFunction · 0.45
InitDisplayFunction · 0.45
WindowSizeChangedFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected