Skip to main content

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

Humm I see, so apparently the name has a :10 appended to them (Like stylus:10) and from the look of the current code then indeed Our Paint would not be able to locate which is the stylus (it strictly matches “stylus” as a word), so I’ll need to modify that part of the logic (Or provide an option for user to choose when automatic detection fails).

Thank you very much for the feedback :D You will make Our Paint much better :D

No problem, I'm happy I could help out!  I wanted to try the software but without pressure sensitive input it was difficult.  


I also took a moment to look in X11 (I don't use it because of other reasons but the tablet still works) to see what OpenTabletDriver displays.  The only devices it seems to have are:

⎡ Virtual core pointer                          id=2    [master pointer  (3)]
⎜   ↳ OpenTabletDriver Virtual Artist Tablet Pen (0)    id=27   [slave  pointer  (2)
⎣ Virtual core keyboard                         id=3    [master keyboard (2)]
    ↳ OpenTabletDriver Virtual Artist Tablet    id=26   [slave  keyboard (3)]

(I've cut the other devices out since they're now my actual keyboard, etc)

As far as I can tell those are the only ones exposed?  Everything else in my list is something I recognize so I don't think there's any other unique names.  

Hi, thank you for the additional information! I’ll include a fix in a bug fix release that handles such case. Currently it only sets the device via string name matching for “pen” and “stylus” and “eraser”, so I will either implement a manual device selection feature or a better recognition algorithm :D