IndieGame/client/Assets/StreamingAssets/Config/Input/InputConfig.json

86 lines
1.4 KiB
JSON
Raw Normal View History

2024-10-11 10:12:15 +08:00
{
"Keyboard": [
{
"KeyCode": 119,
"KeyType": 0,
"KeyDescription": "上",
2024-10-28 03:42:42 +08:00
"EventList": [
0
],
2024-10-11 10:12:15 +08:00
"SortIndex": 0
},
{
"KeyCode": 115,
"KeyType": 0,
"KeyDescription": "下",
2024-10-28 03:42:42 +08:00
"EventList": [
1
],
2024-10-11 10:12:15 +08:00
"SortIndex": 0
},
{
"KeyCode": 97,
"KeyType": 0,
"KeyDescription": "左",
2024-10-28 03:42:42 +08:00
"EventList": [
2
],
2024-10-11 10:12:15 +08:00
"SortIndex": 0
},
{
"KeyCode": 100,
"KeyType": 0,
"KeyDescription": "右",
2024-10-28 03:42:42 +08:00
"EventList": [
3
],
2024-10-11 10:12:15 +08:00
"SortIndex": 0
},
{
"KeyCode": 102,
"KeyType": 1,
"KeyDescription": "交互按键1",
2024-10-28 03:42:42 +08:00
"EventList": [
6
],
2024-10-11 10:12:15 +08:00
"SortIndex": 0
},
{
"KeyCode": 103,
"KeyType": 1,
"KeyDescription": "交互按键2",
2024-10-28 03:42:42 +08:00
"EventList": [
7
],
2024-10-11 10:12:15 +08:00
"SortIndex": 1
},
{
"KeyCode": 104,
"KeyType": 1,
"KeyDescription": "交互按键3",
2024-10-28 03:42:42 +08:00
"EventList": [
8
],
2024-10-11 10:12:15 +08:00
"SortIndex": 2
2024-10-28 03:42:42 +08:00
},
{
"KeyCode": 27,
"KeyType": 0,
"KeyDescription": "菜单/退出",
"EventList": [
4,
5
],
"SortIndex": 0
2024-10-11 10:12:15 +08:00
}
],
"Joystick": [
{
"KeyCode": 0,
"KeyType": 0,
"KeyDescription": null,
2024-10-28 03:42:42 +08:00
"EventList": [],
"SortIndex": 0
}
]
2024-10-11 10:12:15 +08:00
}