![]() |
|
#1
|
|||
|
|||
You are right. It does not disable the mouse emulation. But it is less obtrusive when you use the flag. My current project is not usable if the flag is not set, because I will miss too many touch points. So I would really like support for the TMF_WANTPALM flag.
|
#2
|
|||
|
|||
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) |
![]() |
Thread Tools | |
Display Modes | Rate This Thread |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Feedback on debugger functionality | dcnieho | Vizard | 0 | 05-20-2011 10:36 PM |
assigning the mouse functionality to Keyboard events | jaffaaswami | Vizard | 2 | 10-07-2010 10:58 PM |
assigning the mouse functionality to Keyboard events | jaffaaswami | Vizard | 0 | 10-06-2010 06:49 AM |
Mimicing Haptic Touch Events | njstaley | Vizard | 1 | 06-29-2010 02:58 PM |
Adding USB functionality to Vizard | rubberpimple | Plug-in development | 2 | 01-25-2008 02:59 PM |