Is there any way to read data from Wacom tablet without raising mouse-events on Linux?
I'm now using Ubuntu 12.04 LTS and Wacom Intuos 5. It's OK to use the tablet on Ubuntu and I'm using tablet via Ggtkmm3.0. But I would like to get ONLY the tablet's axis data without binding to the window. Gtkmm's window can get tablet-event but I think it is not periodic because it's event-driven.
Using Linux Input Subsystem will be available to take your task.
The code is here, this is print out cordinate (X, Y) and pressure. (for example, filename is lis_read.c)
You can build this:
If your pentablet device path is /dev/input/event7, then this program usage is:
Root permission will be needed this program.