[python-win32] mouse cursor coordinates
Tim Roberts
timr at probo.com
Fri Feb 3 22:26:57 CET 2012
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 messages when the
cursor is over your window (unless you have captured it).
--
Tim Roberts, timr at probo.com
Providenza & Boekelheide, Inc.
More information about the python-win32
mailing list