Condividi tramite


InputDevice.SourceSensor Campo

Definizione

Attenzione

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

L'origine di input è un sensore associato al dispositivo di input.

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

Valore del campo

Value = 67108864

Implementazioni

Attributi

Commenti

L'origine di input è un sensore associato al dispositivo di input.

Documentazione java per android.view.InputDevice.SOURCE_SENSOR.

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dal progetto Open Source Android e usato in base ai termini descritti nella licenza Creative Commons 2.5 Attribuzione.

Si applica a