OnMouseDown: Difference between revisions

55 bytes removed ,  19 November 2022
no edit summary
No edit summary
No edit summary
 
Line 1: Line 1:
{{ScriptItem
{{ScriptItem2
|endpoint = client
|name = onMouseDown
|side = client
|type = event
|type = event
|name = onMouseDown
|games = iii vc sa iv
|usage = a mouse button is pressed down
|desc = a mouse button is pressed down
|callbackParameters = Event event, int mouse, int button
|arg1 = int mouse The ID of the mouse.
|parameter1 = int mouse The ID of the mouse.
|arg2 = int button The ID of the mouse button that was pressed down.
|parameter2 = int button The ID of the mouse button that was pressed down.
|note = Mouse Buttons:<br>ID 0: Left button.<br>ID 1: Right button.<br>ID 2: Wheel button.
|cancellable = false
|cancel = false
|notes=Mouse Buttons:<br>ID 0: Left button.<br>ID 1: Right button.<br>ID 2: Wheel button.
}}
}}
6,833

edits