Image360 icon indicating copy to clipboard operation
Image360 copied to clipboard

touch point

Open ganico opened this issue 6 years ago • 0 comments

Hi i'm trying to get the exact touch point, any idea how to implement it? currently here's what I did..

let touchPoint = touch.location(in: self) touchPointHandler?.image360ViewTouchPoint(touchPoint)

I created my own protocol since I noticed there's something weird when I override the "touchesBegan", anyway by doing this i'm just getting the screen touch point not the touch point it self on the image.

ganico avatar Dec 04 '18 07:12 ganico