refactor api documentation structure
This commit is contained in:
24
docs/api/XCEngine/Input/Input.md
Normal file
24
docs/api/XCEngine/Input/Input.md
Normal 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)
|
||||
Reference in New Issue
Block a user