refactor api documentation structure

This commit is contained in:
2026-03-26 16:45:24 +08:00
parent 45842e961e
commit 6244b586bb
4389 changed files with 80504 additions and 69241 deletions

View File

@@ -0,0 +1,24 @@
# Input
**命名空间**: `XCEngine::Input`
**类型**: `module`
**描述**: 输入状态查询、输入事件与平台接入接口。
## 概览
该目录与 `XCEngine/Input` 对应的 public headers 保持平行,用于承载唯一的 canonical API 文档入口。
## 头文件
- [InputAxis](InputAxis/InputAxis.md) - `InputAxis.h`
- [InputEvent](InputEvent/InputEvent.md) - `InputEvent.h`
- [InputManager](InputManager/InputManager.md) - `InputManager.h`
- [InputModule](InputModule/InputModule.md) - `InputModule.h`
- [InputTypes](InputTypes/InputTypes.md) - `InputTypes.h`
## 相关文档
- [上级目录](../XCEngine.md)
- [API 总索引](../../main.md)