Re: [python-win32] mouse cursor coordinates

2012-02-06 Thread Jacob Kruger
quot; To: Sent: Friday, February 03, 2012 9:43 PM Subject: Re: [python-win32] mouse cursor coordinates Ok, just tested it using win32gui.GetCursorPos function, and it does seem to obtain coordinates outside primary window as well, so let's see - thanks. Stay well Jacob Kruger Blind Bik

Re: [python-win32] mouse cursor coordinates

2012-02-03 Thread Tim Roberts
Jacob Kruger wrote: > Ok, just tested it using win32gui.GetCursorPos function, and it does seem to > obtain coordinates outside primary window as well, so let's see - thanks. Right -- you can go fetch the coordinates any time, no matter where the mouse is on the desktop. But you only get mouse m

Re: [python-win32] mouse cursor coordinates

2012-02-03 Thread Jacob Kruger
age - From: "Tim Roberts" To: "Python-Win32 List" Sent: Friday, February 03, 2012 8:22 PM Subject: Re: [python-win32] mouse cursor coordinates Jacob Kruger wrote: Wondering off-hand if there's a simple/easy way to obtain mouse cursor coordinates, and, also, how simple

Re: [python-win32] mouse cursor coordinates

2012-02-03 Thread Jacob Kruger
sage - From: "Tim Roberts" To: "Python-Win32 List" Sent: Friday, February 03, 2012 8:22 PM Subject: Re: [python-win32] mouse cursor coordinates Jacob Kruger wrote: Wondering off-hand if there's a simple/easy way to obtain mouse cursor coordinates, and, also,

Re: [python-win32] mouse cursor coordinates

2012-02-03 Thread Tim Roberts
Jacob Kruger wrote: > Wondering off-hand if there's a simple/easy way to obtain mouse cursor > coordinates, and, also, how simple is it to interact with operating > system, in terms of if the mouse cursor is in fact outside the GUI as > such - if that makes sense? win32gui.GetCursorPos will return