Search found 4 matches

by pilger
02 Jan 2021, 12:35
Forum: Scripts and Functions (v1)
Topic: CvJoyInterface - A new, class based vJoy library
Replies: 22
Views: 27392

Re: CvJoyInterface - A new, class based vJoy library

This library is so useful! Alongside with MouseDelta and Microtimers, I'm able to succesfully transpose my mouse movements to a virtual joystick. So, many thanks, Mr. evilC! Although now I'm trying to get an overlay of the vJoy inputs but all the vJoy axes are getting a NaN on the Web Gamepad API (h...
by pilger
23 Dec 2020, 01:15
Forum: Gaming Scripts (v1)
Topic: [Library] LLMouse - Send low-level mouse input (Optionally at sub-10ms rates)
Replies: 10
Views: 13894

Re: [Library] LLMouse - Send low-level mouse input (Optionally at sub-10ms rates)

They evilC ! First of all, thanks for all the contribution to the AHL community. I've been rescued by your replies in other people's threads more times than I can count. I'm trying to use LLMouse and MouseDelta together, but without interfering with one another. For instance, I need the LLMouse to m...
by pilger
01 Apr 2016, 13:52
Forum: Ask for Help (v1)
Topic: Return's parameter error, even inside a function
Replies: 3
Views: 1538

Re: Return's parameter error, even inside a function

Thank you very much. That did the trick. Dumb mistake!
by pilger
01 Apr 2016, 13:31
Forum: Ask for Help (v1)
Topic: Return's parameter error, even inside a function
Replies: 3
Views: 1538

Return's parameter error, even inside a function

Hey guys, I have the following code (and that's all the code, really): WaitPixelColor (x, y, color, limit:=20) { loop %limit% { Sleep, 500 PixelGetColor, Color, %x%, %y% if (Color = %color%) { Return true } } Return false } I get a "Error: Return's parameter should be blank except inside a function....

Go to advanced search