mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-20 10:57:45 +08:00
feat: 调低minitouch额外延迟
This commit is contained in:
@@ -9245,7 +9245,7 @@
|
||||
40,
|
||||
30
|
||||
],
|
||||
"postDelay": 200
|
||||
"postDelay": 0
|
||||
},
|
||||
"RoguelikeSkillSelectionMove2": {
|
||||
"algorithm": "JustReturn",
|
||||
|
||||
@@ -218,7 +218,7 @@ namespace asst
|
||||
public:
|
||||
static constexpr int DefaultClickDelay = 50;
|
||||
static constexpr int DefaultSwipeDelay = 2;
|
||||
static constexpr int ExtraDelay = 100;
|
||||
static constexpr int ExtraDelay = 0;
|
||||
|
||||
Minitoucher(InputFunc func, const MinitouchProps& props, bool auto_sleep = true)
|
||||
: m_input_func(func), m_props(props), m_auto_sleep(auto_sleep)
|
||||
|
||||
Reference in New Issue
Block a user