Re: [PyQt] PyQt multitouch

2011-08-17 Thread Phil Thompson
On Wed, 17 Aug 2011 12:20:41 -0500, "Maxwell, Thomas P. (GSFC-606.2)[SCIENCE APPLICATIONS INTL CORP]" wrote: > I am interfacing a PyQt4 app with a multitouch overaly under MacOSX 10.6. > The overlay will send mouse events to the OS, but I’m not seeing any Touch > Events coming from the OS. So I

[PyQt] PyQt multitouch

2011-08-17 Thread Maxwell, Thomas P. (GSFC-606.2)[SCIENCE APPLICATIONS INTL CORP]
I am interfacing a PyQt4 app with a multitouch overaly under MacOSX 10.6. The overlay will send mouse events to the OS, but I’m not seeing any Touch Events coming from the OS. So I set up a TUIO interface using touchpy, which is receiving touch events from the overlay, and I’m now attempting