| Author |
Message |
Topic: Sending "physical" mouse clicks |
James Gregory
Replies: 5
Views: 672
|
Forum: Ask for Help Posted: Mon Jun 06, 2005 10:03 pm Subject: Sending "physical" mouse clicks |
| Oh, also, the curly brackets thing, I assumed the if() which tests j was supposed to be inside the for loop, apparently not, and so as you say j should be declared before the for loop. |
Topic: Sending "physical" mouse clicks |
James Gregory
Replies: 5
Views: 672
|
Forum: Ask for Help Posted: Mon Jun 06, 2005 10:00 pm Subject: Sending "physical" mouse clicks |
| SetMouseDelay works but it introduces a delay before moving the mouse cursor to where I want to click as well as a delay before releasing the button, an issue which clickdrag doesn't have. Sending sep ... |
Topic: Sending "physical" mouse clicks |
James Gregory
Replies: 5
Views: 672
|
Forum: Ask for Help Posted: Mon Jun 06, 2005 5:41 am Subject: Sending "physical" mouse clicks |
| Ah, excellent, don't need to edit the source after all, I can get it to register mouse clicks as long as I clickdrag rather than just clicking (even if the drag distance is 0) |
Topic: Sending "physical" mouse clicks |
James Gregory
Replies: 5
Views: 672
|
Forum: Ask for Help Posted: Mon Jun 06, 2005 5:12 am Subject: Sending "physical" mouse clicks |
| I have to deal with a stupid program that doesn't seem to use the event cue for mouse clicks, I assume it instead uses GetMouseState(). Any ideas how I can get around this? Editing the source of AHK i ... |
Topic: Great job! |
James Gregory
Replies: 7
Views: 1330
|
Forum: General Chat Posted: Mon Jun 06, 2005 12:40 am Subject: Great job! |
| Just found this, looks fantastic. I work as a software tester and spend my whole life clicking the same buttons over and over again, and was sure there had to be some way I could automate some of the ... |
| |