[]
Pass the touch screen motion event down to the target view, or this view if it is the target.
public override bool DispatchTouchEvent(MotionEvent e)
Type | Name | Description |
---|---|---|
MotionEvent | e | The motion event to be dispatched. |
Type | Description |
---|---|
bool | To be added. |
Pass the touch screen motion event down to the target view, or this view if it is the target.