# ActionMaps

### 能力介绍

***

SDK中已经制定好了一套Input System Actions供开发者使用<br>

***

#### SimpleTouch

<figure><img src="/files/eh3m6cWoNQ2yIIv812Bg" alt=""><figcaption></figcaption></figure>

| **SimpleTouch** |            |
| --------------- | ---------- |
| Tap             | 鼠标/触摸单击事件  |
| Position        | 鼠标/触摸位置    |
| Press           | 鼠标/触摸按下和抬起 |

<br>

***

#### Ring

<figure><img src="/files/wXLdKeZ7REt4bzlYbPKN" alt=""><figcaption></figcaption></figure>

| **Ring**          |          |
| ----------------- | -------- |
| ~~XRPose~~        | ~~暂不使用~~ |
| ~~TouchPadClick~~ | ~~暂不使用~~ |
| HeavyClick        | 触摸板点击    |
| Rotation          | 戒指3dof旋转 |
| ~~Position~~      | ~~暂不使用~~ |

<br>


---

# 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://rayneo.gitbook.io/rayneo-devdoc/x-xi-lie/unity-kai-fa/x2-api-jiu-ban-sdk-zhi-chi/actionmaps.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.
