Skip to content
This repository was archived by the owner on Feb 11, 2021. It is now read-only.

Commit 2891ce5

Browse files
patrickhlaukescottgonzalez
authored andcommitted
1 parent 83ae02d commit 2891ce5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/PointerEvent.js

+2
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,8 @@ function PointerEvent(inType, inDict) {
8585
e.pressure = pressure;
8686
e.tiltX = inDict.tiltX || 0;
8787
e.tiltY = inDict.tiltY || 0;
88+
e.twist = inDict.twist || 0;
89+
e.tangentialPressure = inDict.tangentialPressure || 0;
8890
e.pointerType = inDict.pointerType || '';
8991
e.hwTimestamp = inDict.hwTimestamp || 0;
9092
e.isPrimary = inDict.isPrimary || false;

0 commit comments

Comments
 (0)