onGenericMotionEvent

Called for events that don't fit the other handlers.

Examples of such events are mouse scroll events, mouse moves, joystick & trackpad.

Return

True is the event is handled

Parameters

event

The MotionEvent occurred

abstract fun onGenericMotionEvent(event: MotionEvent): Boolean