OnFlingListener

interface OnFlingListener

Interface for responding to detected fling gestures.

Functions

onFling
Link copied to clipboard
abstract fun onFling(direction: FlingDirection, position: Int)
Defines the response to the detected fling gesture given the fling direction and the position of the flung tile in the puzzle grid.