Core Function MouseDown

From Sputnik Wiki
Jump to: navigation, search
MouseDown ( <button> )

Contents

Description

Perform a mouse down event at the current mouse position.

Parameters

button

The button to click: "left", "right", "middle", "main", "menu", "primary", "secondary".

Return Value

None

Remarks

Use responsibly: For every MouseDown there should eventually be a corresponding MouseUp event.

Example

MouseDown("left");
Sleep(100);
MouseUp("left");
Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox