Re: Mouse click in python

2007-03-31 Thread hlubenow
Synt4x wrote: > I'm creating a webcam user interface (to control google earth through > my webcam) and I still can't find a good example to how to control the > mouse to "click and drag" (not just click and release). Pygame: http://www.pygame.org/ http://www.pygame.org/docs/ref/mouse.html provi

Mouse click in python

2007-03-30 Thread Synt4x
I'm creating a webcam user interface (to control google earth through my webcam) and I still can't find a good example to how to control the mouse to "click and drag" (not just click and release). I want to move an object in front of the webcam and move maps on google earth. I hope someone underst