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
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