On Wed, 17 Aug 2011 12:20:41 -0500, "Maxwell, Thomas P.
(GSFC-606.2)[SCIENCE APPLICATIONS INTL CORP]" <thomas.maxw...@nasa.gov>
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 set up a TUIO interface using touchpy,
> which is receiving touch events from the overlay, and I’m now attempting
to
> post TouchEvents to the QApplication.    However, the TouchPoint
> constructor does not seem to be available in python, so I don’t see how
one
> can construct a TouchEvent.   Any suggestions as to what to do next?

The TouchPoint ctors are internal and not part of the public API, hence
they are not wrapped. Why they are internal I don't know.

Phil
_______________________________________________
PyQt mailing list    PyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt
  • [PyQt] PyQ... Maxwell, Thomas P. (GSFC-606.2)[SCIENCE APPLICATIONS INTL CORP]
    • Re: [... Phil Thompson

Reply via email to