This PR fixes incorrect Pressable behaviour on MacOS, which was caused by the following sub-issues:
Pointer tracker on MacOS kept returning incorrect relative coordinates.
This was caused by converting the absolute coordinates from the local coordinate space to the absolute coordinate space instead of the other way around.
There was no workflow set on the Gesture.Native() to allow for activation of Pressable
Description
This PR fixes incorrect
Pressable
behaviour onMacOS
, which was caused by the following sub-issues:Pointer tracker on
MacOS
kept returning incorrect relative coordinates. This was caused by converting theabsolute
coordinates from thelocal
coordinate space to theabsolute
coordinate space instead of the other way around.There was no workflow set on the
Gesture.Native()
to allow for activation ofPressable
Test plan
Pressable
example onMacOS