summaryrefslogtreecommitdiffstats
path: root/dom/events/PointerEvent.h
diff options
context:
space:
mode:
Diffstat (limited to 'dom/events/PointerEvent.h')
-rw-r--r--dom/events/PointerEvent.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/dom/events/PointerEvent.h b/dom/events/PointerEvent.h
index 62c5a0c36..12d4941dc 100644
--- a/dom/events/PointerEvent.h
+++ b/dom/events/PointerEvent.h
@@ -44,8 +44,10 @@ public:
int32_t Width();
int32_t Height();
float Pressure();
+ float TangentialPressure();
int32_t TiltX();
int32_t TiltY();
+ int32_t Twist();
bool IsPrimary();
void GetPointerType(nsAString& aPointerType);
};