6,834
edits
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
{{ | {{ScriptItem2 | ||
| | |name = onCursorDown | ||
|side = client | |||
|type = event | |type = event | ||
| | |games = iii vc sa iv | ||
| | |desc = a cursor button is pressed down | ||
| | |arg1 = int button The cursor button that was pressed. | ||
|note = This event will be called repeatedly as the button continues to be held. If you need to detect a single click, use [[OnCursorUp|onCursorUp]]. | |||
| | |cancel = false | ||
}} | }} |
edits