Android.Views.InputEvent Members

The members of Android.Views.InputEvent are listed below.

See Also: Inherited members from Java.Lang.Object

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Public Properties

[read-only]
static
CreatorAndroid.OS.IParcelableCreator.
[read-only]
DeviceInputDevice. Gets the device that this event came from.
[read-only]
abstract
DeviceIdint. Gets the id for the device that this event came from.
[read-only]
abstract
EventTimelong. Retrieve the time this event occurred, in the Android.OS.SystemClock.UptimeMillis time base.
[read-only]
abstract
SourceInputSourceType. Gets the source of the event.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Public Methods

DescribeContents() : int
Describe the kinds of special objects contained in this Parcelable's marshalled representation.
IsFromSource(InputSourceType) : bool
Determines whether the event is from the given source.
abstract
WriteToParcel(Android.OS.Parcel, Android.OS.ParcelableWriteFlags)
Documentation for this section has not yet been entered.