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>

속성 값

디바이스의 동작 범위입니다.

특성

설명

디바이스에서 지원하는 모든 축의 범위를 가져옵니다.

에 대한 android.view.InputDevice.getMotionRanges()Java 설명서

이 페이지의 일부는 만들고 공유한 작업을 기반으로 하며 에 설명된 조건에 따라 사용됩니다.

적용 대상

추가 정보

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