InputDevice.SourceClassTrackball 필드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
주의
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 설명서
이 페이지의 일부는 만들고 공유한 작업을 기반으로 하며 에 설명된 조건에 따라 사용됩니다.