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.
coverage: 76.233% (-0.02%) from 76.256%
when pulling 074e82f608815831802771aa07b13fab4e992148 on gh-264
into f2d38c90c789f44ac6e59eb4556e31708ab3365f on main.
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