Events

Below is a list of all available events for the Ultimate Joystick class.

EventDescription

OnPointerDownCallback

Called on the frame that catches the input down on the joystick image.

OnPointerUpCallback

Called on the frame that the input is released.

OnDragCallback

Called on the frames when the input on the joystick is being moved.

OnUpdatePositioning

Called when the positioning of the joystick is updated.

OnTapAchieved

This callback notifies any subscribers the current tap count any time a touch is initiated on the joystick within the tap decay rate.

OnTapReleased

This callback will be called only if the joystick has been released within the tap decay time.

OnOverridePositioning

This callback is called any time the position or size is overridden.

Last updated