MotionEvent.SetSource(InputSourceType) Method

Definition

To be added

[Android.Runtime.Register("setSource", "(I)V", "")]
public void SetSource (Android.Views.InputSourceType source);
[<Android.Runtime.Register("setSource", "(I)V", "")>]
member this.SetSource : Android.Views.InputSourceType -> unit

Parameters

source
InputSourceType

The new source.

Attributes

Remarks

To be added

Java documentation for android.view.MotionEvent.setSource(int).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to