blog‎ > ‎

Getting QTouchEvent to be recognized

posted Mar 22, 2010 5:09 AM by Tiago Correia
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.