InputManager.GetInputDevice(Int32) Método

Definición

Obtiene información sobre el dispositivo de entrada con el identificador especificado.

[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

Parámetros

id
Int32

Identificador del dispositivo.

Devoluciones

El dispositivo de entrada o null si no se encuentra.

Atributos

Comentarios

Obtiene información sobre el dispositivo de entrada con el identificador especificado.

Java documentación para android.hardware.input.InputManager.getInputDevice(int).

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.

Se aplica a