Re: [touch-events] Add getModifierState definition to TouchEvent. This matches the text

This is on the TouchEvent and not TouchPoint so you might say something like:

e.getModifierState("CapsLock") or e.getModifierState("Shift")

Specifically this adds the ability to query the non (alt/ctrl/meta/shift) modifiers that getModifierState allows... which is the useful part.

-- 
GitHub Notification of comment by dtapuska
Please view or discuss this issue at https://github.com/w3c/touch-events/pull/91#issuecomment-338716441 using your GitHub account

Received on Monday, 23 October 2017 16:27:29 UTC