joseluis / huion-linux-drivers

Linux user-space drivers for Huion Graphic Tablets
MIT License
168 stars 95 forks source link

Fixed Y-axis not always working and support for restricting tablet area #62

Closed jaakkonakaza closed 3 years ago

jaakkonakaza commented 4 years ago

Now trying two ways to get Y-axis, like currently doing for X-axis

jaakkonakaza commented 4 years ago

New commit has support for restricting tablet area. When restrict_tablet_area and enable_multi_monitor are both set to true, the tablet area size is set by tablet_W and tablet_H in the monitor settings and are offset like the screen before

joseluis commented 4 years ago

Since these are two different issues, I've fixed the Y axis first. Pending review of the tablet area feature