Searched refs:button (Results 1 - 4 of 4) sorted by relevance
| /ide/tools/previewer/test/fuzztest/commandparse_fuzzer/ |
| H A D | RichCommandParseFuzzer.cpp | 49 {"PointEvent", R"({"x":365,"y":1071,"duration":"","button":-1,"action": 3,"axisValues":[0,0,0,0],
|
| /ide/tools/previewer/cli/ |
| H A D | CommandLine.cpp | 172 MouseInputImpl::GetInstance().SetMouseButton(params.button); in SetEventParams() 185 ILOG("%s(%f,%f,%d,%d,%d,%d,%d,%d,%d,%s)", params.name.c_str(), params.x, params.y, params.type, params.button, in SetEventParams() 222 param.button = MouseInputImpl::GetInstance().defaultButton; in RunAction() 285 param.button = MouseInputImpl::GetInstance().defaultButton; in RunAction() 325 param.button = MouseInputImpl::GetInstance().defaultButton; in RunAction() 1403 if (!args.IsMember("button") || !args.IsMember("action") || in IsArgsExist() 1404 !args["button"].IsInt() || !args["action"].IsInt()) { in IsArgsExist() 1421 int32_t button = args["button"].AsInt(); in IsArgsValid() local 1433 if (button < in IsArgsValid() [all...] |
| H A D | CommandLine.h | 96 int button; member
|
| /ide/tools/previewer/test/unittest/cli/ |
| H A D | CommandLineTest.cpp | 613 std::string msg1 = R"({"x":365,"y":"aaa","duration":"","button":1,"action": 2,"axisValues":[0,0,0,0], in TEST_F() 647 std::string msg1 = R"({"x":2000,"y":1071,"duration":"","button":1,"action": 2,"axisValues":[0,0,0,0], in TEST_F() 669 msg1 = R"({"x" : 300, "y" : 1071, "duration" : "", "button" : 1, "action" : 2, in TEST_F() 677 msg1 = R"({"x" : 300, "y" : 1071, "duration" : "", "button" : 1, "action" : 2, in TEST_F() 689 std::string msg1 = R"({"x":365,"y":1071,"duration":"","button":1,"action": 2,"axisValues":[0,0,0,0], in TEST_F()
|
Completed in 11 milliseconds