InputDevice.SourceClassMask Field

Definition

Caution

This constant will be removed in the future version. Use Android.Views.InputSourceType enum directly instead of this field.

A mask for input source classes.

[Android.Runtime.Register("SOURCE_CLASS_MASK")]
[System.Obsolete("This constant will be removed in the future version. Use Android.Views.InputSourceType enum directly instead of this field.", true)]
public const Android.Views.InputSourceType SourceClassMask = 255;
[<Android.Runtime.Register("SOURCE_CLASS_MASK")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Views.InputSourceType enum directly instead of this field.", true)>]
val mutable SourceClassMask : Android.Views.InputSourceType

Field Value

Value = 255

Implements

Attributes

Remarks

A mask for input source classes.

Each distinct input source constant has one or more input source class bits set to specify the desired interpretation for its input events.

Java documentation for android.view.InputDevice.SOURCE_CLASS_MASK.

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