Tablet issues with clicks and focus. #9878
Replies: 5 comments 14 replies
-
Screen recordings of issues 1 and 4 are in #9758. This works when using "mouse mode" in XP-Pen's drivers and OpenTabletDriver, though at that point the tablet is just emulating a USB mouse. Not really suitable for drawing. Might work with some plugins for OpenTabletDriver? Currently don't have the time to test these out. Also, dragging the pen when holding the mod key (to move /resize the window) doesn't work. Strange cause dragging the pen when holding other keys in drawing apps works fine. |
Beta Was this translation helpful? Give feedback.
-
the big problem here is I don't have a tablet and thus can't really test, nor understand many parts.
this for example is meaningless to me idk what a tablet right click analog is lol |
Beta Was this translation helpful? Give feedback.
-
I believe this is because window focusing happens in Adding a Edit: Interestingly, the following does work:
The window under the cursor is now focused. Focusing isn't the only issue. Discord (Vesktop) doesn't seem to take any mouse move events unless it's from proximity-in. Telegram Desktop only takes them after the procedure above, which isn't needed for Firefox (Zen Browser); I can move focus to Firefox with the keyboard, and then the pen works just fine. Also, the cursor often isn't made visible from pen movements when it's invisible. Basically, it looks like pen movements have their own completely separate code that doesn't do all of the things you'd expect from mouse movement. |
Beta Was this translation helpful? Give feedback.
-
Since #10110 has been merged, the title topic of this discussion should be resolved.
I bet I forgot to add something to this list… |
Beta Was this translation helpful? Give feedback.
-
Reproducable, with a little caveat:
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Wacom one (but from what was posted in issues, this affects other tablet devices).
Not all events properly affect surfaces. Some cases:
1
follow_mouse = 2
).2 (may take several attempts to reproduce):
3
4 (may take several attempts to reproduce)
Beta Was this translation helpful? Give feedback.
All reactions