Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Support tangentialPressure and twist fields of pointer events
  • Loading branch information
motiz88 committed Aug 12, 2018
commit 62d791cf561b29d9e2c716de3ad1ab2d11e30aa0
2 changes: 2 additions & 0 deletions packages/react-dom/src/events/SyntheticPointerEvent.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,10 @@ const SyntheticPointerEvent = SyntheticMouseEvent.extend({
width: null,
height: null,
pressure: null,
tangentialPressure: null,
tiltX: null,
tiltY: null,
twist: null,
pointerType: null,
isPrimary: null,
});
Expand Down