Hello, I can see this has been brought up before when perhaps the code was different (no idea) - however from what I can glean from the functionality of roll20 with chrome dev tools, it appears what was answered in this earlier topic&nbsp; <a href="https://app.roll20.net/forum/post/7033602/slug%7D" rel="nofollow">https://app.roll20.net/forum/post/7033602/slug%7D</a> &nbsp; doesn't match what the current webapp is doing. Roll20 doesn't seem to be listening for&nbsp; pointer events (that's device&nbsp; agnostic and will fire for either mouse or a stylus -&nbsp; <a href="https://www.w3.org/TR/pointerevents/" rel="nofollow">https://www.w3.org/TR/pointerevents/</a> &nbsp;)&nbsp;but only for mouse events.&nbsp; As there's a pretty good map between mouse events and pointer events, this could be a small change that would beautifully open up another use case for Roll20 - because the way how UI itself is designed would lend perfectly to tablet-with-stylus functioning - it's just this tiny bit of code support that's missing.&nbsp; Any plans to introduce that at some point?