library / com.otaliastudios.zoom / ZoomEngine / onInterceptTouchEvent

onInterceptTouchEvent

fun onInterceptTouchEvent(ev: MotionEvent): Boolean

This is required when the content is a View that has clickable hierarchies inside. If true is returned, implementors should not pass the call to super.

Parameters

ev - the motion event

Return
whether we want to intercept the event