Skip to content

Commit

Permalink
chore: 默认使用maa touch
Browse files Browse the repository at this point in the history
  • Loading branch information
dongwlin committed Oct 19, 2023
1 parent 668249b commit db955af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/cli/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ json::value end_to_do_param() {
bool proc_argv(int argc, char** argv, bool& debug, std::string& adb, std::string& adb_address, int& client_type,
TaskList& tasks, AfterTask& after_task, MaaAdbControllerType& ctrl_type)
{
int touch = 1;
int touch = 3;
int key = 1;
int screencap = 3;

Expand Down

0 comments on commit db955af

Please sign in to comment.