Wacom Tablet Input



I'm trying to figure out a way to distinguish input from a Wacom Table vs. the mouse, particularly in a on_motion_notify_event signal handler.


I've checked everything that looks relevant, but it all seems to be the same device as far as Gtk is concerned.

Specifically, in GdkEventMotion, using:

device->name
device->mode
device->source


All values are the same for the mouse, the stylus, and the eraser.  Has anyone found a way to distinguish inputs like this?


Thanks,
Paul


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