Closed m-bert closed 3 months ago
This PR adds FlingGestureHandler on macOS. From now, all handlers, exceptForceTouchGestureHandler, are available on this platform 🥳
FlingGestureHandler
macOS
ForceTouchGestureHandler
Tested on newly added example.
Looking good, just make sure these are resolved before merging:
Those comments require response from @j-piasecki, so I believe he will address them when reviewing this PR 😅
Description
This PR adds
FlingGestureHandler
onmacOS
. From now, all handlers, exceptForceTouchGestureHandler
, are available on this platform 🥳Test plan
Tested on newly added example.