Skip to content

Commit

Permalink
Pointer events: Document tangentialPressure, twist (reactjs#1118)
Browse files Browse the repository at this point in the history
Added to `SyntheticPointerEvent` in facebook/react#13374
  • Loading branch information
motiz88 authored and gaearon committed Sep 8, 2018
1 parent 82301e1 commit 25184f0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions content/docs/reference-events.md
Original file line number Diff line number Diff line change
Expand Up @@ -236,8 +236,10 @@ number pointerId
number width
number height
number pressure
number tangentialPressure
number tiltX
number tiltY
number twist
string pointerType
boolean isPrimary
```
Expand Down

0 comments on commit 25184f0

Please sign in to comment.