InputDevice.GetDevice(Int32) Método

Definición

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

[Android.Runtime.Register("getDevice", "(I)Landroid/view/InputDevice;", "")]
public static Android.Views.InputDevice? GetDevice(int id);
[<Android.Runtime.Register("getDevice", "(I)Landroid/view/InputDevice;", "")>]
static member GetDevice : 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.view.InputDevice.getDevice(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