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, t...@probo.com
Providenza & Boekelheide, Inc.

_______________________________________________
python-win32 mailing list
python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to