| Index: Source/platform/PlatformTouchPoint.h
|
| diff --git a/Source/platform/PlatformTouchPoint.h b/Source/platform/PlatformTouchPoint.h
|
| index 3f9ecec27ae3dc5daf0526ac0fb62bf50d046f76..e813e6a6d7821f52dc0eae12e6d5b29ca0475ad8 100644
|
| --- a/Source/platform/PlatformTouchPoint.h
|
| +++ b/Source/platform/PlatformTouchPoint.h
|
| @@ -50,6 +50,7 @@ public:
|
| FloatSize radius() const { return m_radius; }
|
| float rotationAngle() const { return m_rotationAngle; }
|
| float force() const { return m_force; }
|
| + FloatPoint tilt() const { return m_tilt; }
|
|
|
| protected:
|
| int m_id;
|
| @@ -59,6 +60,7 @@ protected:
|
| FloatSize m_radius;
|
| float m_rotationAngle;
|
| float m_force;
|
| + FloatPoint m_tilt;
|
| };
|
|
|
| }
|
|
|