Touchable

interface Touchable

Any interface for mounted items that need to capture motion events from its ComponentHost.

Inheritors

Functions

Link copied to clipboard
abstract fun onTouchEvent(event: MotionEvent, host: View): Boolean
Link copied to clipboard