GestureEventListener

Interface for listening to gesture events.

Functions

Link copied to clipboard
abstract fun onLongPress(motionEvent: MotionEvent)

Called when the user has a long tap gesture, before processing scroll handle toggling.

Link copied to clipboard
abstract fun onTap(motionEvent: MotionEvent): Boolean

Called when the user has a tap gesture, before processing scroll handle toggling.