InputDevice.MotionRanges 屬性

定義

取得裝置支援的所有軸的距離。

public System.Collections.Generic.IList<Android.Views.InputDevice.MotionRange>? MotionRanges { [Android.Runtime.Register("getMotionRanges", "()Ljava/util/List;", "")] get; }
[<get: Android.Runtime.Register("getMotionRanges", "()Ljava/util/List;", "")>]
member this.MotionRanges : System.Collections.Generic.IList<Android.Views.InputDevice.MotionRange>

屬性值

動作範圍會針對裝置而定。

屬性

備註

取得裝置支援的所有軸的距離。

Java 文件 android.view.InputDevice.getMotionRanges()

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於

另請參閱

  • <xref:Android.Views.InputDevice.GetMotionRange(Android.Views.Axis%2c+Android.Views.InputSourceType)>