InputDevice.SourceClassTrackball 필드

정의

주의

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

입력 소스는 트랙볼 탐색 디바이스입니다.

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

필드 값

Value = 4

구현

특성

설명

입력 소스는 트랙볼 탐색 디바이스입니다. 예: #SOURCE_TRACKBALL.

A는 MotionEvent 탐색 용도로 사용되는 디바이스별 단위에서 상대적인 움직임으로 해석되어야 합니다. 포인터 아래쪽/위쪽은 선택 단추를 누르거나 놓을 때를 나타냅니다.

동작 범위를 쿼리하는 데 사용합니다 #getMotionRange .

에 대한 android.view.InputDevice.SOURCE_CLASS_TRACKBALLJava 설명서

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

적용 대상