| 103 | } |
| 104 | |
| 105 | PlatformAndroid::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 | |
| 116 | void PlatformAndroid::onAppCmd(struct android_app* app, int32_t cmd) |
nothing calls this directly
no outgoing calls
no test coverage detected