InputDevice.SourceMouseRelative Campo

Definición

Precaución

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

El origen de entrada es un dispositivo del mouse cuyos movimientos relativos deben interpretarse como eventos de navegación.

[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

Valor de campo

Value = 131076

Implementaciones

Atributos

Comentarios

El origen de entrada es un dispositivo del mouse cuyos movimientos relativos deben interpretarse como eventos de navegación.

Java documentación para android.view.InputDevice.SOURCE_MOUSE_RELATIVE.

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.

Se aplica a