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