AutoIt MouseUp Function

The MouseUp function of AutoIt is used to release a button that has already been pressed down.

The AutoIt MouseUp Function is used to perform a MouseUp event at the current pointer position.

The MouseUp function should be used to release a button that has already been pressed, usually by using the MouseDown function.

Parameters

This function only takes 1 parameter, being the button to release.

left || right || middle || main || menu || primary || secondaryThe button to be released.

AutoIt MouseUp Example

MouseDown("secondary")
Sleep(1000) ; time to hold the button in milliseconds
MouseUp("secondary")

Post comment

Links that you insert are not nofollowed, but will be removed by admins if they are considered spam.

[url=Absolute URL for page]TITLE[/url]

You should insert code boxes around code examples, which will be automatically syntax highlighted.

[code1 html|css|javascript|php|sql]Your Code Here[/code1]

You may want to read our Privacy Policy before submitting your comment.