Hi I just bought a wacom tablet and it partly working. But since this is my first tablet and there are no direct tablet examples in examples/hid I need to ask... Running chuck on the mouse.ck I only see stuff like [atte@vestbjerg hid_test]$ chuck mouse.ck mouse 'Wacom Volito2 4x5' ready mouse button 48 down mouse button 58 down mouse button 58 up mouse button 48 up mouse button 48 down mouse button 48 up mouse button 48 down mouse button 48 up mouse button 48 down mouse button 58 down mouse button 60 down mouse button 60 up mouse button 58 up mouse button 58 down mouse button 59 down mouse button 58 up mouse button 59 up mouse button 48 up I expected to be able to read to position of the pen on the tablet, is that possible? NB: I looked in the source in chuck_lang.cpp where stuff like this is defined on the language side, and tried printed out lots of the most likely stuff found there (like msg.scaledCursorY), but can't seem to hit the golden combo :-( -- Atte http://atte.dk http://modlys.dk http://virb.com/atte
On 15 Jun 2009, at 20:58, Atte Andre Jensen wrote:
I just bought a wacom tablet and it partly working. But since this is my first tablet and there are no direct tablet examples in examples/hid I need to ask... ... I expected to be able to read to position of the pen on the tablet, is that possible?
If the location-stuff in the mouse HID isn't working, the reason is probably because the full HID-API isn't implemented - see the thread "spacenavigator". I hacked up a program on Mac OS X where one can see all HIDs attached and their components. Hans
participants (2)
-
Atte Andre Jensen
-
Hans Aberg