Re: [Tutor] Use python to read data from mouse but not move cursor

2012-12-25 Thread Alan Gauld
On 25/12/12 01:39, wang yong wrote: I am new to Python. I am trying to use win32api to read out mouse movement from an additional mouse attached to my compputer. But, I do not want this mouse to move my cursor. So, do you guys have any suggestions or codes for this task! Really appreciate it! Th

Re: [Tutor] Use python to read data from mouse but not move cursor

2012-12-24 Thread eryksun
On Mon, Dec 24, 2012 at 8:39 PM, wang yong wrote: > > I am new to Python. I am trying to use win32api to read out mouse movement > from an additional mouse attached to my compputer. But, I do not want this > mouse to move my cursor. You could try using PyUSB with libusb-win32. The latter has a GU