library / com.otaliastudios.zoom / ZoomEngine / onTouchEvent

onTouchEvent

fun onTouchEvent(ev: MotionEvent): Boolean

Process the given touch event. If true is returned, implementors should not pass the call to super.

Parameters

ev - the motion event

Return
whether we want to steal the event