Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Hey, I'm running on a steam deck flashed with CachyOS's handheld edition (so basically arch linux). I use a Huion Inspiroy H610PRO V2 tablet, which to get working I had to install Huion's own userspace driver app. I see prior discussions about getting pressure sensitivity to work with Huion tablets here in the itch comments. I am interested in testing new versions  / doing some debugging in order to get pressure sensitivity working. 

Hi hi! Thanks for reaching out! So I’m guessing the tablet input isn’t working for you so far?

Could you give me the output of xinput --list after your connected your tablet? And I need to know the name string of those input devices to check whether my current logic is working correctly.

I’m also gonna release a bugfix version soon. So having a verification before I do that will be useful as well :D

(1 edit) (+1)

Hello, sorry it took so long to get back to you. I have written up my explorations in markdown format, uploaded to two places in case one does not work. Mostly this is me going off on a wild goose chase about wayland input handling, and failing to build OurPaint aha :). 
https://rentry.co/4yov76r4
https://gist.github.com/qwitwa/f6e2b9ffaaf64058c89b40a6df9b0fe5

If you are short on time, my conclusion is that filtering for the string "stylus" will give you the correct device. 

Wow thanks for the detailed information :D I’ll be sure to check my string name filtering method and see if that can catch these kind of cases…

The CMake thing is pretty dumb… I have no idea why they don’t do backwards compatibility, but maybe I’ll update it and see. Thanks for letting me know! :D