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 <a href="https://app.roll20.net/forum/post/7033602/slug%7D" rel="nofollow">https://app.roll20.net/forum/post/7033602/slug%7D</a> doesn't match what the current webapp is doing. Roll20 doesn't seem to be listening for pointer events (that's device agnostic and will fire for either mouse or a stylus - <a href="https://www.w3.org/TR/pointerevents/" rel="nofollow">https://www.w3.org/TR/pointerevents/</a> ) but only for mouse events. 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. Any plans to introduce that at some point?