Issue 5: Revision 61 hangs all apps and disables mouse input on Windows
Status:  Fixed
Owner:
Closed:  Jan 2009
Project Member Reported by thomas.h...@gmail.com, Jan 8, 2009
Anything i start sort of hangs after a i try using the mouse to produce 
tiouch input (should work on UIWindow instances since they create a 
TUIOSimulator widget unless debug=False)

I'm trying to figure out what exactly is happening, but I get no errors or 
anything.


Jan 8, 2009
Project Member #1 thomas.h...@gmail.com
Going from rev 60 to 61 is what does it.
Jan 8, 2009
Project Member #2 thomas.h...@gmail.com
seems to work fine on Ubuntu.  
Summary: Revision 61 hangs all apps and disables mouse input on Windows
Labels: -Priority-Medium Priority-Critical
Jan 8, 2009
Project Member #3 thomas.h...@gmail.com
got it.  semaphore in TouchEventloop caused the problem.  wasn't actually serving any 
purpose anymore anyway with new changes in rev 61, so i just removed it.  seems to 
work fine now.
Status: Fixed