Core Function MouseUp

From Sputnik Wiki
(Difference between revisions)
Jump to: navigation, search
(button)
m (1 revision)
 
(One intermediate revision by one user not shown)

Latest revision as of 12:38, 14 June 2015

MouseUp ( <button> )

Contents

Description

Perform a mouse up 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