PointerDevice.GetPointerDevice(UInt32) Metodo

Definizione

Ottiene informazioni sul dispositivo puntatore associato all'ID del puntatore di input specificato.

public:
 static PointerDevice ^ GetPointerDevice(unsigned int pointerId);
 static PointerDevice GetPointerDevice(uint32_t const& pointerId);
public static PointerDevice GetPointerDevice(uint pointerId);
function getPointerDevice(pointerId)
Public Shared Function GetPointerDevice (pointerId As UInteger) As PointerDevice

Parametri

pointerId
UInt32

unsigned int

uint32_t

ID dell'input del puntatore.

Restituisce

Oggetto PointerDevice che rappresenta il dispositivo puntatore associato.

Commenti

GetPointerDevice è un metodo statico.

Il puntatore di input specificato da pointerId deve identificare un input attivo.

Si applica a

Vedi anche