OnCursorDown: Difference between revisions

40 bytes removed ,  19 November 2022
no edit summary
No edit summary
 
No edit summary
 
Line 1: Line 1:
{{ScriptItem
{{ScriptItem2
|endpoint = client
|name = onCursorDown
|side = client
|type = event
|type = event
|name = onCursorDown
|games = iii vc sa iv
|usage = a cursor button is pressed down
|desc = a cursor button is pressed down
|callbackParameters = Event event, int button
|arg1 = int button The cursor button that was pressed.
|parameter1 = 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]].
|cancellable = false
|cancel = false
|notes = This event will be called repeatedly as the button continues to be held. If you need to detect a single click, use [[OnCursorUp|onCursorUp]].
}}
}}
6,833

edits