Whether this event is cancelled. If true
, no other bind handlers will be processed.
Details on the catalyst of this event.
A set containing all Bindable
s that:
@Binding
event handler that returned true
.
Note: Only contains Bindable
s of which the handlers have already been processed.The type of input event.
"down"
— When the bindable is pressed."up"
— When the bindable is released."holding"
— Every frame while the bindable is held.Details on the status of all input.
Details on where the mouse is.
Optional
preventYou should never need this unless you expect the user to be trying to use a scroll binding for your bind handler.
Generated using TypeDoc
The bindable this handler is called for.