[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [sc-users] wacom and hid



Um, never mind. The wacom shows up on the list of HID devices just fine, but doesn't seem to be functional.
The device:
[ Tablet, PTZ-631W, 1386, 181, 454033408 ]
and it's elements:
[ Button Input, Button #1, 4, 0, 1 ]
[ Button Input, Button #2, 5, 0, 1 ]
[ Button Input, Button #3, 6, 0, 1 ]
[ Miscellaneous Input, X-Axis, 7, -127, 127 ]
[ Miscellaneous Input, Y-Axis, 8, -127, 127 ]
[ Miscellaneous Input, Wheel, 9, -127, 127 ]
My first impression was that these elements don't really seem appropriate to the tablet: it looks like the specs for a regular 3-button mouse, though it's for sure the tablet (the model # matches).
More importantly, after queuing the device and running the event loop (the setup used in the HIDDeviceService help file), the wacom doesn't generate any events.

- Scott

Worked like a charm, thanks a lot. 
- Scott Carver

On Dec 28, 2005, at 8:50 AM, tom tlalim wrote:

hi scott,
i don't have a wacom to test this but some devices appear on different usage page than the default (the mouse and keyboard for example)

if you want to search for devices on all usage / usagepages try the following:
HIDDeviceService.buildDeviceList(nil,nil) 
and please let us know if this worked...

grtz,
tom