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。
MotionEventは、ナビゲーション目的で使用されるデバイス固有の単位での相対移動として解釈する必要があります。 ポインターを下/上に移動すると、選択ボタンが押されたり離されたりするタイミングが示されます。
#getMotionRangeを使用して、モーションの範囲を照会します。
このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。