View Single Post
  #5  
Old 04-25-2012, 08:51 AM
farshizzo farshizzo is offline
WorldViz Team Member
 
Join Date: Mar 2003
Posts: 2,849
The value of the TWF_WANTPALM flag is 2. So for now you can modify viztouch.py by changing line 268 to:
Code:
ctypes.windll.user32.RegisterTouchWindow(e.hWnd,2)
There is also a TWF_FINETOUCH flag. I'm not sure how useful it is, but I'll probably add support for that as well.
Reply With Quote