Touch bindings for touch enabled tablets
I'd like to be able to switch between pen and touchpad modes on-the-fly on Windows 10. I'd like the generic touchpad gestures as well (2-finger vertical scroll, 2-finger tap-to-right-click). This seemingly works fine on Linux (Fedora 33; touchpad with gestures and pen support).
Currently, if I use OpenTabletDriver on Windows 10, only the pen works.
An update on this, we have touch report parsing on Wacom tablets now but no way to bind them to anything. We want to test more tablets with touch support before we make any decisions on how that data will be handled.
bumping the issue just in case it's deep in backlog
It's unfortunately on the 0.7.x milestone, and since 0.6.x is yet to release that means it likely won't be looked at in the near future unless someone sends in a valid PR.
Generally, you can assume that any open issues on the project aren't forgotten, especially if they have a milestone attached to them.
It's unfortunately on the 0.7.x milestone, and since 0.6.x is yet to release that means it likely won't be looked at in the near future unless someone sends in a valid PR.
Generally, you can assume that any open issues on the project aren't forgotten, especially if they have a milestone attached to them.
I have some flashbacks from "attached milestones")

We're currently in the process of rewriting a good portion of the plugin system as it is, this will come with time.
Update: As mentioned in #1664 Touch support is available via the Enhanced Output Modes plugin in Plugins > Plugin Manager, comes with customizable settings for each tablets in the Filters tab under Touch Settings.
Non-Native Touch gestures are also available via the Touch Gestures plugin, some may not work as expected so feedback is appreciated.
This unfortunately do not have a 2 finger to scroll gesture, but as an alternative, you can define specific part of your tablet to perform some actions supported by OpenTabletDriver & other Binding plugins.
For example, you could have a Pan Up & Down Gesture located on the side of the tablet like this :
And have it linked to something like changing the volume or scrolling :
Finally, i want to say that supporting native gesture will probably not be possible properly until a PR implementing contact size & / or confidence are implemented in the touch reports. Otherwise, i am still not sure to this day how to do without.