0

I see several Q&A that are 2+ years old saying eventing from a graphics tablet on Chrome & FF are spotty.

Which JS events are reliably triggered when using a graphics tablet?

Appended--SO questions I've reviewed trying to get my answer:

// From 2018: Browser support: PointerEvents not detecting Wacom Tablet

// From 2020: Unexpected event values: Graphic tablet pointer events pointerdown event reporting odd values for width and height, no pressue and incorrect pointer type

// From 2020: Undesired aggregation of events: Drag 'n' drop algorithm

JustAsking
  • 157
  • 1
  • 10
  • Step 1. Make an HTML page that covers the entire viewport. Step 2. Add event listeners. Step 3. Get a graphics tablet and interact with the page. Step 4. Observe which listeners are triggered. Step 5. Decide what you mean by "reliably". Step 6. ... Step 7. Write up an answer. – Heretic Monkey Jan 11 '21 at 21:26
  • Might help to link to those other questions – Matthew Herbst Jan 11 '21 at 21:35
  • 1
    @HereticMonkey: I don't have a graphics tablet and am deciding whether to buy one. Your comment seems a bit snarky..."Get a graphics tablet", but do you have actual experience that can help me answer this question? – JustAsking Jan 11 '21 at 21:58
  • @MatthewHerbst: Thanks, I've added questions that I've reviewed trying to answer my question. – JustAsking Jan 11 '21 at 22:21

0 Answers0