We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
touchSupport
pointerTypes
PointerEvent has a pointerType. This is great because it can be extended in future.
PointerEvent
pointerType
Should touchSupport instead be pointerTypes? This would be a sequence of "pen" and/or "touch", and anything else we might need in future.
"pen"
"touch"
I'm assuming "mouse" is redundant here, as it isn't a feature of the screen itself.
"mouse"
The text was updated successfully, but these errors were encountered:
This is a great suggestion; I'll update the proposal soon.
Sorry, something went wrong.
Fixed, thanks!
michaelwasserman
No branches or pull requests
PointerEvent
has apointerType
. This is great because it can be extended in future.Should
touchSupport
instead bepointerTypes
? This would be a sequence of"pen"
and/or"touch"
, and anything else we might need in future.I'm assuming
"mouse"
is redundant here, as it isn't a feature of the screen itself.The text was updated successfully, but these errors were encountered: