onMouseDown

Revision as of 13:58, 7 October 2019 by Mex (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Event Client Only icon-iii.png icon-vc.png icon-sa.png icon-iv.png Online and Offline Not Cancellable

Available since Client 1.0.0

function(Event event, int mouse, int button)

The onMouseDown event is invoked when a mouse button is pressed down.

Parameters

1) Event event The event object for this event.
2) int mouse The ID of the mouse.
3) int button The ID of the mouse button that was pressed down.

Attributes

const This event cannot be cancelled.

Notes

There aren't any notes for this event.

Examples

There aren't any examples for this event.

Compatibility

There isn't any compatibility information for this event.

Related

Client Related

        OnMouseConnected
        OnMouseDisconnected
        OnMouseDown
        OnMouseLeave
        OnMouseMove
        OnMouseUp
        OnMouseWheel