mouseDown error msg
Closed this issue · 1 comments
howtoesc commented
When I use mouseDown ,there are error message:
import lackey
lackey.Region(1,1,1,1).mouseDown(lackey.Mouse.LEFT)
Traceback (most recent call last):
File "", line 1, in
File "C:\Python27\lib\site-packages\lackey\RegionMatching.py", line 955, in mouseDown
return PlatformManager.mouseButtonDown(button)
AttributeError: 'PlatformManagerWindows' object has no attribute 'mouseButtonDown'
glitchassassin commented
Thanks, don't know how I missed that. Patch is in the develop ring now.