Multitouch in Windows 7
-
Hi I am developing an image viewer in Windows 7 (use OpenGL and Qt), and want to use multitouch input. I tried a USB multitouch pad (MSI starpad) and Macbook pro built-in touchpad (boot Mac in Windows 7 using Bootcamp), but I could not get Touch event in my code. The touch pad works ok for other windows program (so somehow the touch pad driver sends some signal to the OS). Has anyone tried any multitouch pad (not touch screen) in Windows 7 with Qt multitouch API?
Thank you very much!