Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The topics in this section provide the reference specifications for Pointer Device Input Stack functions.
In this section
Topic | Description |
---|---|
GetPointerDevice |
Gets information about the pointer device. |
GetPointerDeviceCursors |
Gets the cursor IDs that are mapped to the cursors associated with a pointer device. |
GetPointerDeviceProperties |
Gets device properties that aren't included in the POINTER_DEVICE_INFO structure. |
GetPointerDeviceRects |
Gets the x and y range for the pointer device (in himetric) and the x and y range (current resolution) for the display that the pointer device is mapped to. |
GetPointerDevices |
Gets information about the pointer devices attached to the system. |
GetRawPointerDeviceData |
Gets the raw input data from the pointer device. |
RegisterPointerDeviceNotifications |
Registers a window to process the WM_POINTERDEVICECHANGE, WM_POINTERDEVICEINRANGE, and WM_POINTERDEVICEOUTOFRANGE pointer device notifications. |
Related topics