first commit
This commit is contained in:
19
docs/mcdocs/1-ModAPI/枚举值/InputMode.md
Normal file
19
docs/mcdocs/1-ModAPI/枚举值/InputMode.md
Normal file
@@ -0,0 +1,19 @@
|
||||
# InputMode
|
||||
|
||||
class in mod.common.minecraftEnum
|
||||
|
||||
- 描述
|
||||
|
||||
控制器输入模式
|
||||
|
||||
|
||||
|
||||
```python
|
||||
class InputMode(object):
|
||||
Undefined = -1 # 未识别类型
|
||||
Mouse = 0 # 键鼠
|
||||
Touch = 1 # 触摸屏
|
||||
GamePad = 2 # 游戏手柄
|
||||
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user