InputManager.GetInputDeviceIds メソッド

定義

システム内のすべての入力デバイスの ID を取得します。

[Android.Runtime.Register("getInputDeviceIds", "()[I", "")]
public int[]? GetInputDeviceIds ();
[<Android.Runtime.Register("getInputDeviceIds", "()[I", "")>]
member this.GetInputDeviceIds : unit -> int[]

戻り値

Int32[]

入力デバイス ID。

属性

注釈

システム内のすべての入力デバイスの ID を取得します。

の Java ドキュメント android.hardware.input.InputManager.getInputDeviceIds()

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

適用対象