MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / GetWindowSize

Function GetWindowSize

Source/Engine/Platform/Android/AndroidPlatform.cpp:393–398  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

391 }
392
393 Float2 GetWindowSize()
394 {
395 const float width = (float)ANativeWindow_getWidth(AppWindow);
396 const float height = (float)ANativeWindow_getHeight(AppWindow);
397 return Float2(width, height);
398 }
399
400 void UpdateOrientation()
401 {

Callers 2

UpdateOrientationFunction · 0.85
OnAppCmdFunction · 0.85

Calls 1

Float2Class · 0.85

Tested by

no test coverage detected