You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@HeroShiner46 this has been fixed in #265 and has been released in version 1.5.1 -- let me know if this fixes your problem or if you have any other further issues.
I am trying to use ahk.mouse_drag, but despite what I do it always errors with "Invalid Index.. Specifically: number". This is my code:
ahk.mouse_move(500, 500)
ahk.key_press("RButton")
ahk.mouse_drag(500, 600)
ahk.key_release("RButton")
The text was updated successfully, but these errors were encountered: