elementary / switchboard-plug-wacom

Manage drawing tablets and Wacom devices
https://elementary.io
GNU General Public License v3.0
19 stars 5 forks source link

Support for Tablets without physical buttons #21

Closed igordsm closed 3 years ago

igordsm commented 4 years ago

Devices with physical buttons export at least one device with DeviceType.PAD, which results in their detection in update_current_page. Devices without physical buttons (such as my Wacom One tablets) only exports DeviceType.TABLET.

If no device with DeviceType.PAD is found, I propose to use the first DeviceType.TABLET found. This makes TabletView work fine on my device. I can set left/right handed mode and positive/relative tracking.

Partly addresses issue #20 , but no stylus is found yet.

davidmhewitt commented 3 years ago

I'm going to close this in favor of #24 as I think it achieves the same result. If you get chance to test, please let me know how it goes in the comments on that PR.