VR4Medical/ICI/Library/PackageCache/com.unity.xr.interaction.toolkit@42ef3600567b/Documentation~/input.md
2025-07-29 13:45:50 +03:00

23 lines
1.1 KiB
Markdown

---
uid: xri-input
---
# Input
User input forms the basis of any interaction. Topics in this section discuss how to configure input in your project and describe the input-related components in the toolkit.
| **Topic** | **Description** |
| :-------------------- | :----------------------- |
| [Configure input](configure-input-system.md) | How to configure input when using the toolkit. |
| [Input readers](input-readers.md) | How to configure the input reader properties of interactors and other components. Input reader properties map input to specific interactions. |
| [AR gestures](ar-gestures.md) | Describes the touch screen gestures that are available as input. |
| [Input components](input-components.md) | Toolkit components related to input. |
| [Feedback components](feedback-components.md) | Toolkit components providing haptic and audio feedback. |
## Additional resources
* [Input System](https://docs.unity3d.com/Packages/com.unity.inputsystem@1.8)
* [Input Manager](xref:class-InputManager)
* [XR Hands package](xref:xrhands-manual)
* [Input in Unity OpenXR](xref:openxr-input)