MCPcopy Create free account
hub / github.com/REGoth-project/REGoth / PlatformAndroid

Method PlatformAndroid

src/engine/PlatformAndroid.cpp:105–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103}
104
105PlatformAndroid::PlatformAndroid()
106{
107 m_Window = nullptr;
108 m_App = nullptr;
109 m_HasFocus = false;
110
111 m_ThumbstickPosition[0] = Math::float2(0,0);
112 m_ThumbstickPosition[1] = Math::float2(0,0);
113}
114
115
116void PlatformAndroid::onAppCmd(struct android_app* app, int32_t cmd)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected