Jump to content

Mouse2 HOLD - How?


ReaM
 Share

Recommended Posts

Function Reference - MouseDown

--------------------------------------------------------------------------------

Perform a mouse down event at the current mouse position.

MouseDown ( "button" )

Parameters:

button mouse button, "left", "right", or "middle"

Return Value:

None.

Remarks:

See Remarks in MouseClick.

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

Related:

MouseClickDrag, MouseGetPos, MouseMove, MouseCoordMode (Option), MouseUp

Example:

MouseDown("left")
Sleep(100)
MouseUp("left")

EDIT: there was some1 faster then me hehe

Edited by Merlin
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...