Home
last modified time | relevance | path

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

/foundation/multimodalinput/input/tools/inject_event/src/
H A Dinput_manager_command.cpp1499 std::string absAction = arg.substr(0, pos); in ParseCommand() local
1500 if (absAction == "x") { in ParseCommand()
1502 } else if (absAction == "y") { in ParseCommand()
1504 } else if (absAction == "z") { in ParseCommand()
1506 } else if (absAction == "rz") { in ParseCommand()
1508 } else if (absAction == "gas") { in ParseCommand()
1510 } else if (absAction == "brake") { in ParseCommand()
1512 } else if (absAction == "hat0x") { in ParseCommand()
1514 } else if (absAction == "hat0y") { in ParseCommand()
1516 } else if (absAction in ParseCommand()
[all...]

Completed in 6 milliseconds