PointerDevice.GetPointerDevice(UInt32) Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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.