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

2012-12-27 Thread Tim Roberts
niki wrote: > On 26.12.2012 19:48, Tim Roberts wrote: >> >> That's not possible. All HID devices (mice and keyboards) feed into the >> system's central input process. They will all affect the cursor. Think >> about it for a moment -- how would you tell the system which mouse >> device you wanted

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

2012-12-27 Thread niki
On 26.12.2012 19:48, Tim Roberts wrote: 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! Re

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

2012-12-26 Thread Tim Roberts
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! Thanks for > t

[python-win32] Use python to read data from mouse but not move cursor

2012-12-25 Thread wang yong
Hi Tutors, 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! Thanks for the help. Best,