MotionEvent.ButtonPrimary フィールド

定義

注意事項

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

ボタン定数: プライマリ ボタン (マウスの左ボタン)。

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

フィールド値

Value = 1

実装

属性

注釈

ボタン定数: プライマリ ボタン (マウスの左ボタン)。

このボタン定数は、指またはスタイラスの先端による単純なタッチに応じて設定されません。 ユーザーは実際にボタンを押す必要があります。

の Java ドキュメント android.view.MotionEvent.BUTTON_PRIMARY

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

適用対象

こちらもご覧ください