spyoungtech / ahk

Python wrapper for AutoHotkey with full type support. Harness the automation power of AutoHotkey with the beauty of Python.
MIT License
887 stars 66 forks source link

GH-264 fix mouse_drag error when using AutoHotkey v2 #265

Closed spyoungtech closed 8 months ago

spyoungtech commented 8 months ago

Fixes a bug (not passing required number of arguments) in the mouse_drag function that caused the function to error when used with AutoHotkey version 2. Also fixes subsequent API incompatibilities between AHK v1 and v2.

Resolves #264

coveralls commented 8 months ago

Coverage Status

coverage: 76.233% (-0.02%) from 76.256% when pulling 074e82f608815831802771aa07b13fab4e992148 on gh-264 into f2d38c90c789f44ac6e59eb4556e31708ab3365f on main.