<html><head>
<meta http-equiv="Content-Type" content="text/html; charset=Windows-1252"><title>PyQt multitouch</title>
</head>
<body>
<font face="Lucida Grande"><span style="font-size:11pt">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?</span></font>
</body>
</html>