5 #include "VectorMath.h"
6 #include "AndroidInput.h"
20 float lastRotationRadians;
21 float m_totalRotation;
22 float m_previousRotationDelta;
28 float m_majorScreenDimension;
30 bool UpdateRotation(
const TouchInputEvent& event,
int numTouches,
bool pointerUp);
39 void SetScreenDimensions(
float screenWidth,
float screenHeight);