What is happening when I click the pointer outside of the canvas. If I supposed to scroll items, it is scrolling at the same time, the buttons also triggering a event. If I used to take the pointer away from canvas while attempt scrolling without unhold trigger key, it works fine and the event is not triggered. If I try to scroll inside the canvas, whatever the button I hold to scroll is gets clicked. I have gone through your UI Demo scene, even in that scene itself the button is clicking while scrolling, I want to scroll with the help of pointer only not with Pvr_TouchpadScroll. Can you give me a solution?
well I'm using (Unity 2019.2.13f1 and SDK (PicoVRUnitySDK64bit-2.8.12B583-20211027) and PUI v4.0.7)