InputManager.GetInputDevice(Int32) 메서드

정의

지정된 ID를 사용하여 입력 디바이스에 대한 정보를 가져옵니다.

[Android.Runtime.Register("getInputDevice", "(I)Landroid/view/InputDevice;", "")]
public Android.Views.InputDevice? GetInputDevice (int id);
[<Android.Runtime.Register("getInputDevice", "(I)Landroid/view/InputDevice;", "")>]
member this.GetInputDevice : int -> Android.Views.InputDevice

매개 변수

id
Int32

디바이스 ID입니다.

반환

입력 디바이스 또는 null(없는 경우)입니다.

특성

설명

지정된 ID를 사용하여 입력 디바이스에 대한 정보를 가져옵니다.

에 대한 Java 설명서입니다 android.hardware.input.InputManager.getInputDevice(int).

이 페이지의 일부는 만들고 공유하며 에 설명된 용어에 따라 사용되는 작업을 기반으로 수정됩니다.

적용 대상