InputDevice.SourceMouse 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 que apunta al mouse.

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

Valor de campo

Value = 8194

Implementaciones

Atributos

Comentarios

El origen de entrada es un dispositivo que apunta al mouse. Este valor también se usa para otros dispositivos punteros similares al mouse, como los teclados táctiles y los sticks apuntadores. Cuando se usa en combinación con #SOURCE_STYLUS, denota una tableta de dibujo externa.

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

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

Consulte también