> For the complete documentation index, see [llms.txt](https://docs.tankandhealerstudio.com/assets/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tankandhealerstudio.com/assets/ultimatejoystick/documentation/ultimatejoystick/events.md).

# Events

<table data-full-width="false"><thead><tr><th width="229">Event</th><th>Description</th></tr></thead><tbody><tr><td>OnPointerDownCallback</td><td>Called on the frame that catches the input down on the joystick image.</td></tr><tr><td>OnPointerUpCallback</td><td>Called on the frame that the input is released.</td></tr><tr><td>OnDragCallback</td><td>Called on the frames when the input on the joystick is being moved.</td></tr><tr><td>OnUpdatePositioning</td><td>Called when the positioning of the joystick is updated.</td></tr><tr><td>OnTapAchieved</td><td>This callback notifies any subscribers the current tap count any time a touch is initiated on the joystick within the tap decay rate.</td></tr><tr><td>OnTapReleased</td><td>This callback will be called only if the joystick has been released within the tap decay time.</td></tr><tr><td>OnOverridePositioning</td><td>This callback is called any time the position or size is overridden.</td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.tankandhealerstudio.com/assets/ultimatejoystick/documentation/ultimatejoystick/events.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
