I’m trying to capture a touch event in an app I’m making. It is captured fine when the touch starts and endeds within the bounds of the object. However if the touch event ends outside the object it is not caught. I need to capture the touch even if it ends outside the object where it started. Does anyone know how to do this?
Thank you