Re: [w3c/touch-events] Add getModifierState definition to TouchEvent. This matches the text (#91)

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.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/touch-events/pull/91#issuecomment-338716441

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