Core Function MouseDown

From Sputnik Wiki
(Difference between revisions)
Jump to: navigation, search
(Created page with "<pre> MouseDown ( <button> ) </pre> === Description === Perform a mouse down event at the current mouse position. === Parameters === ==== button ==== The button to click: "l...")
 
m (1 revision)

Revision as of 21:40, 11 August 2014

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