- From: Dave Tapuska <notifications@github.com>
- Date: Mon, 23 Oct 2017 16:27:24 +0000 (UTC)
- To: w3c/touch-events <touch-events@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 23 October 2017 16:27:58 UTC
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