Home
last modified time | relevance | path

Searched refs:absAction (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/multimodalinput/input/tools/inject_event/src/
H A Dinput_manager_command.cpp1494 std::string absAction = arg.substr(0, pos); in ParseCommand() local
1495 if (absAction == "x") { in ParseCommand()
1497 } else if (absAction == "y") { in ParseCommand()
1499 } else if (absAction == "z") { in ParseCommand()
1501 } else if (absAction == "rz") { in ParseCommand()
1503 } else if (absAction == "gas") { in ParseCommand()
1505 } else if (absAction == "brake") { in ParseCommand()
1507 } else if (absAction == "hat0x") { in ParseCommand()
1509 } else if (absAction == "hat0y") { in ParseCommand()
1511 } else if (absAction == "throttle") { in ParseCommand()