![]() |
|
#2
|
|||
|
|||
You can use the following code to simulate a mouse press/release in windows:
Code:
import win32api import win32con #Simulate left mouse button pressed win32api.mouse_event(win32con.MOUSEEVENTF_LEFTDOWN,0,0,0) #Simulate left mouse button released win32api.mouse_event(win32con.MOUSEEVENTF_LEFTUP,0,0,0) |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Sending sound to Wiimote ? | djdesmangles | Vizard | 1 | 07-31-2008 11:26 AM |
wiimote and sensor bar | masaki | Vizard | 1 | 03-06-2008 03:07 PM |
"Vizard Lite" graphic obscuring vizinfo pups | halley | Vizard | 0 | 05-30-2006 10:07 AM |
vizinfo in HMD mode | enkeli | Vizard | 8 | 03-01-2006 03:47 PM |
vizinfo | vadrian | Vizard | 1 | 11-05-2004 02:40 PM |