Jump to content

Recommended Posts

Posted

MouseClick("", 10, 10)  ;   ERROR: MouseClick() called with illegal argument 1: ""
MouseClick("left", 10, 10); Oké

MouseClick("", 10, 10) returns error in SciTE: MouseClick() called with illegal argument

MouseClick("left", 10, 10) is going fine.

"" should be a valid option as is listed in the help:

Button Normal Swapped

"" Left Left

"left" Left Left

Bug?

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...