I've been reading the source code of Qt during the weekend, to understand how the Windows 7 WM_TOUCH events get translated to QTouchEvent. It was not very easy for me to understand, but I think I found out it works. Now, I'm having problems in getting the C++ TUIO example to work on Windows 7, but x29a managed to get it work on Linux, with the same code, so I guess I'm doing something wrong. Going to spend a few more time trying to make it work, befora trying again to translate TUIO messages to QTouchEvent. |