PDA

View Full Version : Getting raw touch screen data.



mahdi75
19th March 2011, 21:04
Hello friends,

Is it possible to get raw touch screen data in Qt? (before OS gets average from pixels and …) (I want all tapped pixels -many pixels are touched by a finger)
(for s60v5 devices like 5800XM , 5530XM , etc.)

Also I had a research , is this (http://labs.qt.nokia.com/2011/02/08/a-toucharea-for-qml/)can help me?



Regards

high_flyer
21st March 2011, 08:42
(I want all tapped pixels -many pixels are touched by a finger)
The question is, does the touch device driver deliver the whole pixel bunch or does it already translate it to a specific position?