# Mouse/Touch

*The mouse/touch control is made up of two divisions.*&#x20;

1. *<mark style="color:yellow;">**Raycast Selector**</mark>*\
   \&#xNAN;*The script controls the logic of how the input should be handled.*
2. *<mark style="color:yellow;">**Raycast Input Processor**</mark>*\
   \&#xNAN;*The script lets the selector know when an input event occurs.* \
   \&#xNAN;***For example:** when a mouse click occurs, it lets the Raycast selector know.*\
   *If you want to handle inputs yourself, you can remove this script and call the public methods of ray cast selector specified in the doc when you need them.*

{% content-ref url="/pages/m3D4l280kJiZAidpNpAR" %}
[Raycast Selector](/modular-3d-text/input/mouse-touch/raycast-selector.md)
{% endcontent-ref %}


---

# Agent Instructions: 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:

```
GET https://ferdowsur.gitbook.io/modular-3d-text/input/mouse-touch.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
