On Fri, Mar 7, 2008 at 5:52 AM, Jon A. Cruz wrote:
Quoting Alexander Macdonald who wrote this app: "I've written my tablet-apps programs to read the pressure and tilt data using gtk so as long as aiptek devices appear as standard Xinput tablets and work in things like the gimp they should already be supported."
I think there are two things going on.
First is the reading of values. We're using GTK calls also, so it should work everywhere.
Second is the setting of response curves and such. That's where the low-level config and tricks come in. In fact, I believe that to pull that off he uses an external invocation of xsetwacom.
Fair enough :)
But while providing generic configuration control, can we make extra configuration possible and pluggable for particular devices so that response curves could be easily added when required at a later stage?
Alexandre