On 09.03.2008, at 01:23, Alexander wrote: > 1. Fixes stylus tilt values, for Wacom tablets at Linux. (It's not > FLTK bug, actually, and > it's still a question) > > 2. Full tablet support mode (Lin & Win). Current FLTK events > provides 1-pixel precision, > based on cursor moving. It appears to be sufficient for common > purposes, > but it limits tablet possibilities heavily. > > 3. In Linux tilt has same direction as cursor position value. In > Windows - Y axis is inversed.
Ah, thanks for looking at all this. When I added tablet handling (a few years ago now) I had no tilit sensitive tablet for testing. Adding a TABLET event is a good idea. There must be a way though to disable it as 200 events per second is quite a lot if no tablet is ever used. I suggest that we you add a new variable just like we do for all the other events: event_table_x for example. But it would also require to request the tablet resolution and size. Angles should of course be the same on all platforms. Matthias ---- http://robowerk.com/ _______________________________________________ fltk-dev mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-dev
