vinaros2 (22 Apr, 2005 21:21):
It works perfectly, but only as a pointer in absolute mode. None of their lateral buttons work, as a primary or secondary mouse buttons would do.
Interesting. At here, with FAVO3, 1st pen-side button is working as right-mouse-button, and 2nd pen-side button is working as middle-mouse-button.
Can you post results of tab.exe (included in W2_00x.zip) of your Volito? This tool dump out tablet status to console like this:
code:
packet len=8, x max=10206, y max=7422, pressure max=511
distance max=32, tilt x max=127, tilt y max=127
abs wheel max=1023, rz min=-900, rz max=899,
throttle min=-1023, throttle max=1023, fuzz x=4, fuzz y=4
product id=19tool=2, serial=0, button=32, x=2667, y=2542
distance=0, pressure=0, tilt x=0, tilt y=0
abs wheel=0, rel wheel=0, throttle=0, rz=0
proximity=16
02 92 69 0a f4 09 00 00 00 00 00 00 00 00 00 00
The "button=" part takes several values by pen/pen-side-button status. This is my FAVO3 result:
- pen up : button=0
- pen down : button=128
- pen up + 1st pen-side button : button=32
- pen up + 2nd pen-side button : button=64
- pen down + 1st pen-side button : button=160
- pen down + 2nd pen-side button : button=192