feat: 调低minitouch额外延迟

This commit is contained in:
MistEO
2022-11-20 03:10:02 +08:00
parent 3de5b114c8
commit 019d8a81fa
2 changed files with 2 additions and 2 deletions

View File

@@ -9245,7 +9245,7 @@
40,
30
],
"postDelay": 200
"postDelay": 0
},
"RoguelikeSkillSelectionMove2": {
"algorithm": "JustReturn",

View File

@@ -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)