Sprache

InputDevice.SourceClassPosition Feld

Definition

Achtung

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

Die Eingabequelle ist ein absolutes Positionierungsgerät, das keinem Display zugeordnet ist (im Gegensatz).#SOURCE_CLASS_POINTER

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

Feldwert

Value = 8

Implementiert

Attribute

Hinweise

Die Eingabequelle ist ein absolutes Positionierungsgerät, das keinem Display zugeordnet ist (im Gegensatz).#SOURCE_CLASS_POINTER

A MotionEvent sollte als absolute Koordinaten in gerätespezifischen Oberflächeneinheiten interpretiert werden.

Wird #getMotionRange verwendet, um den Bereich der Positionen abzufragen.

Java Dokumentation für android.view.InputDevice.SOURCE_CLASS_POSITION.

Teile dieser Seite sind Änderungen auf der Grundlage von Arbeiten, die von der Android Open Source Project erstellt und gemeinsam verwendet und gemäß den in der 2.5 Attribution License beschriebenen Begriffen verwendet werden.

Gilt für: