InputDevice.SourceMouseRelative Field

Definition

Caution

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

The input source is a mouse device whose relative motions should be interpreted as navigation events.

[Android.Runtime.Register("SOURCE_MOUSE_RELATIVE", ApiSince=26)]
[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 SourceMouseRelative = 131076;
[<Android.Runtime.Register("SOURCE_MOUSE_RELATIVE", ApiSince=26)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Views.InputSourceType enum directly instead of this field.", true)>]
val mutable SourceMouseRelative : Android.Views.InputSourceType

Field Value

Value = 131076

Implements

Attributes

Remarks

The input source is a mouse device whose relative motions should be interpreted as navigation events.

Java documentation for android.view.InputDevice.SOURCE_MOUSE_RELATIVE.

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