Mouse Event
From UBot Studio
(Difference between revisions)
(Created page with "This command sends a mouse event to a specified window. Mouse Event is a Windows Command. Mouse events include the following: Right Click Left Click Dou...") |
|||
Line 19: | Line 19: | ||
</pre> | </pre> | ||
− | The example will set the skype window as the active window and right click in the specified location. | + | The example script will set the skype window as the active window and right click in the specified location. |
+ | [[File:mouseevent.png]] | ||
== Additional Information == | == Additional Information == | ||
You will need to re-choose your windows to run the script. | You will need to re-choose your windows to run the script. |
Revision as of 17:36, 30 November 2012
This command sends a mouse event to a specified window.
Mouse Event is a Windows Command.
Mouse events include the following: Right Click Left Click Double Click Left Mouse Up Left Mouse Down Right Mouse Up Right Mouse Down
Example
plugin command("WindowsCommands.dll", "set active window", "Skype™ (BETA) - lilly.turin", "tSkMainForm") plugin command("WindowsCommands.dll", "mouse event", "Right Click")
The example script will set the skype window as the active window and right click in the specified location.
Additional Information
You will need to re-choose your windows to run the script.