SavinaRoja / PyUserInput

A module for cross-platform control of the mouse and keyboard in python that is simple to install and use.
GNU General Public License v3.0
1.07k stars 244 forks source link

Fix drag method in PyMouse Class #34

Closed ghost closed 10 years ago

ghost commented 10 years ago

Now drag method presses mouse button while it is being moved. This is how it should be implemented according to base.py

SavinaRoja commented 10 years ago

I'm taking a quick look into the drag method. In the meantime, this https://github.com/SavinaRoja/PyUserInput/pull/11 shows some background on the method and why (at least at the moment) drag is just an alias for move in the Windows and X11 implementations.