Hi folks.

I want to capture the "touch press" event - I mean, detect the exact time when the user touches my touch device, but does not lift or move the finger. It would be equivalent to the mouse press event, that is triggered on the exact moment the mouse button is pressed.
Today, my application detects the press only when, after a few seconds, "a circle" appears on the screen.

Is there a way to do that?

I'm using right know the QT 4.6.2 and Windows 7, compiling it with the Visual Studio compiler.

Thanks in advance for your help