Lingua

InputDevice.SourceTouchpad 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 touchpad (noto anche come trackpad).

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

Valore del campo

Value = 1048584

Implementazioni

Attributi

Commenti

L'origine di input è un touchpad (noto anche come trackpad). Anche i touchpad usati per spostare il cursore del mouse avranno #SOURCE_MOUSE.

per android.view.InputDevice.SOURCE_TOUCHPAD.

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.

Si applica a

Vedi anche