public static interface View.OnGenericMotionListener
Modifier and Type | Method and Description |
---|---|
boolean |
onGenericMotion(View v,
MotionEvent event)
Called when a generic motion event is dispatched to a view.
|
boolean onGenericMotion(View v, MotionEvent event)
v
- The view the generic motion event has been dispatched to.event
- The MotionEvent object containing full information about
the event.