Technical support and scripting issues
Moderators: JRL, Dorian (MJT support)
-
Alex Silva
Post
by Alex Silva » Mon Apr 14, 2003 3:44 pm
Can someone tell me what the WaitKeyDown>VK command is for the left button of the mouse? Seems like VK01 doesn't work. I have looked around, found another site that said that VK$01, another VK_LBUTTON and none of them worked for me.
My command is written as follows:
WaitKeyDown>VK01
If anyone knows what the actual command is, I greatly appreciate it since that is not working for me.
-
support
- Automation Wizard
- Posts: 1450
- Joined: Sat Oct 19, 2002 4:38 pm
- Location: London
-
Contact:
Post
by support » Mon Apr 14, 2003 5:28 pm
Hi,
WaitKeyDown only works with keys, not mouse events.
-
Guest
Post
by Guest » Mon Apr 14, 2003 6:49 pm
support wrote:Hi,
WaitKeyDown only works with keys, not mouse events.
Is there a way to make this happen then? WaitOnMouseDown?
