Hi all,
I am working with QT Creator on a basic application trying to catch touch pad events: basic single finger touch events and then I would like to investigate multi-touch (by using an external Logitech multi-touch pad).
I am using a “standard” ASUS laptop, with its own embedded touchpad.
As OS I am using Ubuntu 11.04 release., with Qt 4.7.
As reference I used the fingerpaint project here: http://doc.qt.nokia.com/4.7-snapshot...ngerpaint.html

But I ***can’t catch*** any of the event
QEvent::TouchBegin
QEvent::TouchUpdate
QEvent::TouchEnd
But just mouse events.

See ScribbleArea::event(QEvent *event) in the scribblearea.cpp

Any help? Could it be due to the fact that the touchpad driver has a behavior like the mouse?
How can I catch the finger event, when I pass it on the touch pad?

Thanks in advance for you help
Massimiliano