InputDevice.SourceClassMask フィールド

定義

注意事項

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

入力ソース クラスのマスク。

[Android.Runtime.Register("SOURCE_CLASS_MASK")]
[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 SourceClassMask = 255;
[<Android.Runtime.Register("SOURCE_CLASS_MASK")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Views.InputSourceType enum directly instead of this field.", true)>]
val mutable SourceClassMask : Android.Views.InputSourceType

フィールド値

Value = 255

実装

属性

注釈

入力ソース クラスのマスク。

各個別の入力ソース定数には、入力イベントの目的の解釈を指定するために 1 つ以上の入力ソース クラス ビットが設定されています。

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

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

適用対象