Hi,
I'm trying to get the position of a gesture relatively to a NSView, so I'm using the NSPanGestureRecognizer.LocationInView. It works until I set the Layer.AffineTransform matrix of the view. When doing this the returned position is the same as if I hadn't set anything. It looks the LocationInView wouldn't account for the Transform. The same thing works differently in iOS, so I'm wondering whether this is a bug in macOS, or the os's are different, or it's my mistake?
Regards,
Alvaro.