mirror of
https://github.com/theBowja/GenshinData-1.git
synced 2025-08-04 15:36:31 +09:00
142 lines
5.5 KiB
JSON
142 lines
5.5 KiB
JSON
{
|
|
"context": {
|
|
"AchievementPage": {
|
|
"actionGroups": {
|
|
"Default": [
|
|
{
|
|
"eventType": "LeftStickUpEvent",
|
|
"nextToHandle": "FrameEnd",
|
|
"contextEvent": "CommonLeftStickUpEvent"
|
|
},
|
|
{
|
|
"eventType": "LeftStickDownEvent",
|
|
"nextToHandle": "FrameEnd",
|
|
"contextEvent": "CommonLeftStickDownEvent"
|
|
},
|
|
{
|
|
"eventType": "LeftStickLeftEvent",
|
|
"nextToHandle": "FrameEnd",
|
|
"contextEvent": "CommonLeftStickLeftEvent"
|
|
},
|
|
{
|
|
"eventType": "LeftStickRightEvent",
|
|
"nextToHandle": "FrameEnd",
|
|
"contextEvent": "CommonLeftStickRightEvent"
|
|
},
|
|
{
|
|
"priority": 9,
|
|
"eventType": "MenuBackEvent",
|
|
"nextToHandle": "FrameEnd",
|
|
"contextEvent": "BackEvent"
|
|
},
|
|
{
|
|
"priority": 9,
|
|
"eventType": "MenuConfirmEvent",
|
|
"nextToHandle": "FrameEnd",
|
|
"contextEvent": "ConfirmEvent"
|
|
}
|
|
],
|
|
"InsideList": [
|
|
{
|
|
"priority": 9,
|
|
"eventType": "MenuBackEvent",
|
|
"nextToHandle": "FrameEnd",
|
|
"contextEvent": "BackEvent"
|
|
},
|
|
{
|
|
"priority": 9,
|
|
"eventType": "MenuConfirmEvent",
|
|
"nextToHandle": "FrameEnd",
|
|
"contextEvent": "ConfirmEvent"
|
|
},
|
|
{
|
|
"eventType": "LeftStickUpEvent",
|
|
"nextToHandle": "FrameEnd",
|
|
"contextEvent": "CommonLeftStickUpEvent"
|
|
},
|
|
{
|
|
"eventType": "LeftStickDownEvent",
|
|
"nextToHandle": "FrameEnd",
|
|
"contextEvent": "CommonLeftStickDownEvent"
|
|
},
|
|
{
|
|
"eventType": "LeftStickRightEvent",
|
|
"nextToHandle": "FrameEnd",
|
|
"contextEvent": "CommonLeftStickRightEvent"
|
|
}
|
|
],
|
|
"Reward": [
|
|
{
|
|
"priority": 9,
|
|
"eventType": "MenuBackEvent",
|
|
"nextToHandle": "FrameEnd",
|
|
"contextEvent": "BackEvent"
|
|
},
|
|
{
|
|
"priority": 9,
|
|
"eventType": "MenuConfirmEvent",
|
|
"nextToHandle": "FrameEnd",
|
|
"contextEvent": "ConfirmEvent"
|
|
},
|
|
{
|
|
"eventType": "LeftStickUpEvent",
|
|
"nextToHandle": "FrameEnd",
|
|
"contextEvent": "CommonLeftStickUpEvent"
|
|
},
|
|
{
|
|
"eventType": "LeftStickDownEvent",
|
|
"nextToHandle": "FrameEnd",
|
|
"contextEvent": "CommonLeftStickDownEvent"
|
|
},
|
|
{
|
|
"eventType": "RightStickButtonEvent",
|
|
"nextToHandle": "FrameEnd",
|
|
"contextEvent": "CommonRightStickButtonEvent"
|
|
},
|
|
{
|
|
"eventType": "LeftStickLeftEvent",
|
|
"nextToHandle": "FrameEnd",
|
|
"contextEvent": "CommonLeftStickLeftEvent"
|
|
}
|
|
],
|
|
"Detail": [
|
|
{
|
|
"priority": 9,
|
|
"eventType": "MenuBackEvent",
|
|
"nextToHandle": "FrameEnd",
|
|
"contextEvent": "BackEvent"
|
|
},
|
|
{
|
|
"priority": 9,
|
|
"eventType": "RightStickButtonEvent",
|
|
"nextToHandle": "FrameEnd",
|
|
"contextEvent": "CommonRightStickButtonEvent"
|
|
}
|
|
]
|
|
},
|
|
"stateActions": {
|
|
"0": {
|
|
"keyboardTouch": "Default",
|
|
"keyboardMouse": "Default",
|
|
"joypad": "Default"
|
|
},
|
|
"1": {
|
|
"keyboardTouch": "InsideList",
|
|
"keyboardMouse": "InsideList",
|
|
"joypad": "InsideList"
|
|
},
|
|
"2": {
|
|
"keyboardTouch": "Reward",
|
|
"keyboardMouse": "Reward",
|
|
"joypad": "Reward"
|
|
},
|
|
"3": {
|
|
"keyboardTouch": "Detail",
|
|
"keyboardMouse": "Detail",
|
|
"joypad": "Detail"
|
|
}
|
|
},
|
|
"enableJoypadVirtualCursor": false
|
|
}
|
|
}
|
|
} |