Cursor Position.

Fredrik Lundh fredrik at pythonware.com
Wed Nov 9 02:01:03 EST 2005


"Samantha" <samantha7395 at hotmail.com> wrote:

> Looking at the goto(xy) thread.
> Is there a way to get the X,Y position from a cursor click and then use the
> position to apply something like a water mark on an image at that position?

All GUI toolkits can handle the "click here" part.  Which one are you using ?

to apply water marks, use PIL:

    http://www.pythonware.com/products/pil

</F>






More information about the Python-list mailing list