software-mansion / react-native-gesture-handler

Declarative API exposing platform native touch and gesture system to React Native.
https://docs.swmansion.com/react-native-gesture-handler/
MIT License
6.13k stars 982 forks source link

[Web] Stylus support #3107

Closed m-bert closed 2 months ago

m-bert commented 2 months ago

Description

This PR adds more information about stylus to event. Pan and Hover events now have stylusData field, which contains the following information:

[!IMPORTANT] Because we receive only one set of data (either tiltX/tiltY or altitudeAngle/azimuthAngle, we use this conversion algorithm to calculate second set.

[!NOTE] This PR adds stylusData only on web, native platforms will be handled in another PRs

Test plan

Tested on newly added example.