PointerDevice.GetPointerDevice(UInt32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets information about the pointer device associated with the specified input pointer ID.
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
Parameters
- pointerId
-
UInt32
unsigned int
uint32_t
The ID of the pointer input.
Returns
The PointerDevice object that represents the associated pointer device.
Remarks
GetPointerDevice is a static method.
The input pointer specified by pointerId must identify an active input.