I double checked and I apparently can just install `xinput` so I did; I thought that it wasn't something I could run anymore even with xwayand. I think that it won't be too helpful though since it just shows the compatibility layer. From runing `xinput --list`, I get:
WARNING: running xinput against an Xwayland server. See the xinput man page for details. ⎡ Virtual core pointer id=2 [master pointer (3)] ⎜ ↳ Virtual core XTEST pointer id=4 [slave pointer (2)] ⎜ ↳ xwayland-pointer:10 id=6 [slave pointer (2)] ⎜ ↳ xwayland-relative-pointer:10 id=7 [slave pointer (2)] ⎜ ↳ xwayland-pointer-gestures:10 id=8 [slave pointer (2)] ⎜ ↳ xwayland-tablet stylus:10 id=10 [slave pointer (2)] ⎜ ↳ xwayland-tablet eraser:10 id=11 [slave pointer (2)] ⎜ ↳ xwayland-tablet cursor:10 id=12 [slave pointer (2)] ⎣ Virtual core keyboard id=3 [master keyboard (2)] ↳ Virtual core XTEST keyboard id=5 [slave keyboard (3)] ↳ xwayland-keyboard:10 id=9 [slave keyboard (3)]
It might just be Wayland only giving you these virtual devices rather than OpenTabletDriver that causes issues with pressure? I'll see if I can test in x11 at some point as well. (also hopefully the code block formatted properly)
