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

62 lines
1.0 KiB
JSON
Raw Normal View History

2024-10-11 10:12:15 +08:00
{
"Keyboard": [
{
"KeyCode": 119,
"KeyType": 0,
"KeyDescription": "上",
"Event": 0,
"SortIndex": 0
},
{
"KeyCode": 115,
"KeyType": 0,
"KeyDescription": "下",
"Event": 1,
"SortIndex": 0
},
{
"KeyCode": 97,
"KeyType": 0,
"KeyDescription": "左",
"Event": 2,
"SortIndex": 0
},
{
"KeyCode": 100,
"KeyType": 0,
"KeyDescription": "右",
"Event": 3,
"SortIndex": 0
},
{
"KeyCode": 102,
"KeyType": 1,
"KeyDescription": "交互按键1",
"Event": 0,
"SortIndex": 0
},
{
"KeyCode": 103,
"KeyType": 1,
"KeyDescription": "交互按键2",
"Event": 0,
"SortIndex": 1
},
{
"KeyCode": 104,
"KeyType": 1,
"KeyDescription": "交互按键3",
"Event": 0,
"SortIndex": 2
}
],
"Joystick": [
{
"KeyCode": 0,
"KeyType": 0,
"KeyDescription": null,
"Event": 0,
"SortIndex": 0
}
]
2024-10-11 10:12:15 +08:00
}