Replies: 1 comment
-
PointerDevice is a part of Windows.UI.dll so I don't think that WinUI owns this? I'm moving it to project reunion but if that is wrong feel free to put it back on us and I'll find the right owner. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
At Retrieve pointer properties it reads:
So ...
... returns a list of
PointerDevice
objects, and each and every object in this list returns the same information?Why should it make sense to provide a list if each item in the list always returns the same values?
Why do the different capabilities classes only provide a union set of all a device class' features?
Doesn't UWP provide features to identify particular pointer, keyboard, touch, mouse devices and their features?
There are specialized keyboards on the market, servicing special purposes. Shouldn't the
KeyboardCapabilities
class provide more properties than justKeyboardPresent
. For accounting, for example, it makes a difference whether a numeric keypad is available or not.Document Details
⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
Beta Was this translation helpful? Give feedback.
All reactions