次の方法で共有


InputDevice.MotionRangeToolMajor フィールド

定義

注意事項

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

の値の範囲を取得するための MotionEvent#AXIS_TOOL_MAJOR定数です。

[Android.Runtime.Register("MOTION_RANGE_TOOL_MAJOR")]
[System.Obsolete("This constant will be removed in the future version. Use Android.Views.MotionRange enum directly instead of this field.", true)]
public const Android.Views.MotionRange MotionRangeToolMajor = 6;
[<Android.Runtime.Register("MOTION_RANGE_TOOL_MAJOR")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Views.MotionRange enum directly instead of this field.", true)>]
val mutable MotionRangeToolMajor : Android.Views.MotionRange

フィールド値

Value = 6

実装

属性

注釈

の値の範囲を取得するための MotionEvent#AXIS_TOOL_MAJOR定数です。

このメンバーは非推奨です。 代わりに MotionEvent#AXIS_TOOL_MAJOR を使用してください

の Java ドキュメントandroid.view.InputDevice.MOTION_RANGE_TOOL_MAJOR

このページの一部は、Android オープンソース プロジェクトによって作成および共有され、クリエイティブ コモンズ 2.5 属性ライセンスに記載されている条件に従って使用される作業に基づく変更です。

適用対象

こちらもご覧ください