[]
        
(Showing Draft Content)

C1.Android.Viewer.FlexViewer.DispatchTouchEvent

DispatchTouchEvent Method

DispatchTouchEvent(MotionEvent)

Pass the touch screen motion event down to the target view, or this view if it is the target.

Declaration
public override bool DispatchTouchEvent(MotionEvent e)
Parameters
Type Name Description
MotionEvent e

The motion event to be dispatched.

Returns
Type Description
bool

To be added.

Remarks

Pass the touch screen motion event down to the target view, or this view if it is the target.

[Android Documentation]