WorkaroundSimpleOnGestureListener

This workaround needs to support both Android SDK 33 (or lower) and SDK 34 (or higher)

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun onDown(e: MotionEvent): Boolean
Link copied to clipboard
fun onFling(event1: MotionEvent, event2: MotionEvent, velocityX: Float, velocityY: Float): Boolean
Link copied to clipboard
Link copied to clipboard
fun onScroll(event1: MotionEvent, event2: MotionEvent, distanceX: Float, distanceY: Float): Boolean
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard