OnMouseUp: Difference between revisions

no edit summary
No edit summary
 
No edit summary
Line 8: Line 8:
|parameter2 = int button The ID of the mouse button that was released.
|parameter2 = int button The ID of the mouse button that was released.
|cancellable = false
|cancellable = false
|notes = This event will be called once per complete "click". If you need to detect a button being held down for a length of time, use [[OnMouseDown|onMouseDown]]
|notes = This event will be called once per complete "click". If you need to detect a button being held down for a length of time, use [[OnMouseDown|onMouseDown]].<br>
Mouse Buttons:<br>ID 0: Left button.<br>ID 1: Right button.<br>ID 2: Wheel button.
}}
}}
6,833

edits