Re: [Development] Request: QTouchEvents

2013-06-01 Thread Thiago Macieira
On sábado, 1 de junho de 2013 12.37.03, Francisco Ortega wrote: > However, the platform ID may be important to some people working in Touch. Why? You need to tell us why the platform ID might be important. -- Thiago Macieira - thiago.macieira (AT) intel.com Software Architect - Intel Open Sourc

[Development] Request: QTouchEvents

2013-06-01 Thread Francisco Ortega
Hi, I notice that QTouchEvent::TouchPoint does not have the ID given by the Platform device. In qwindowsmousehandler.cpp I found the following: const TOUCHINPUT &winTouchInput = winTouchInputs[i]; int id = m_touchInputIDToTouchPointID.value(winTouchInput.dwID, -1); if (id == -1)