- Home /
Scroll View: Is there a way to discriminate and accept only certain PointerEvents?
I'd like to do something along the lines of:
if scrollview.isScrolling then
ignore any other PointerEvents on scrollview (from onPointerDown and onPointerUp)
don't let any other pointer/touch/mouse affect the scroll of the scrollview.
Is there a way of doing this?
Comment