言語

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

MotionEventは、ナビゲーション目的で使用されるデバイス固有の単位での相対移動として解釈する必要があります。 ポインターを下/上に移動すると、選択ボタンが押されたり離されたりするタイミングが示されます。

#getMotionRangeを使用して、モーションの範囲を照会します。

Javaドキュメント。

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象