A Microsoft platform for building and publishing apps for Windows devices.
Hello,
Welcome to Microsoft Q&A,
and each and every object in this list returned the same information?
The information of each item in the pointerDevices list is not exactly the same.
The Pointer Device Type value of a pen will be Pen, and the Is External value of a pen will be True, while the Pointer Device Type value of a mouse will be Mouse, and the Is External value of a mouse will be False. The Max Contacts value shows the number of devices of a certain type. The Physical Device Rect value of each item is the same, because the bounding rectangle supported by the input device is the same and the Screen Rect value of each item is the same, also because the bounding rectangle supported by the input device is the same. You can select the Simulator option instead of using Local Machine to run the project, and you will view the different value.
You can use PointerDevice instance to detect the presence of input devices and retrieve the capabilities and attributes of each device. Please refer to the sample for specific applications.
If the response is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.