mirror of
https://github.com/lubosz/overte.git
synced 2025-04-15 18:48:32 +02:00
Moving aliases / bisected versions below main actions
This commit is contained in:
parent
5227c40298
commit
471f43899d
1 changed files with 14 additions and 12 deletions
|
@ -48,18 +48,6 @@ namespace controller {
|
|||
makeAxisPair(Action::STEP_TRANSLATE_X, "StepTranslateX"),
|
||||
makeAxisPair(Action::STEP_TRANSLATE_X, "StepTranslateY"),
|
||||
makeAxisPair(Action::STEP_TRANSLATE_X, "StepTranslateZ"),
|
||||
makeAxisPair(Action::LONGITUDINAL_BACKWARD, "Backward"),
|
||||
makeAxisPair(Action::LONGITUDINAL_FORWARD, "Forward"),
|
||||
makeAxisPair(Action::LATERAL_LEFT, "StrafeLeft"),
|
||||
makeAxisPair(Action::LATERAL_RIGHT, "StrafeRight"),
|
||||
makeAxisPair(Action::VERTICAL_DOWN, "Down"),
|
||||
makeAxisPair(Action::VERTICAL_UP, "Up"),
|
||||
makeAxisPair(Action::YAW_LEFT, "YawLeft"),
|
||||
makeAxisPair(Action::YAW_RIGHT, "YawRight"),
|
||||
makeAxisPair(Action::PITCH_DOWN, "PitchDown"),
|
||||
makeAxisPair(Action::PITCH_UP, "PitchUp"),
|
||||
makeAxisPair(Action::BOOM_IN, "BoomIn"),
|
||||
makeAxisPair(Action::BOOM_OUT, "BoomOut"),
|
||||
|
||||
makePosePair(Action::LEFT_HAND, "LeftHand"),
|
||||
makePosePair(Action::RIGHT_HAND, "RightHand"),
|
||||
|
@ -73,6 +61,20 @@ namespace controller {
|
|||
makeButtonPair(Action::CONTEXT_MENU, "ContextMenu"),
|
||||
makeButtonPair(Action::TOGGLE_MUTE, "ToggleMute"),
|
||||
|
||||
// Aliases and bisected versions
|
||||
makeAxisPair(Action::LONGITUDINAL_BACKWARD, "Backward"),
|
||||
makeAxisPair(Action::LONGITUDINAL_FORWARD, "Forward"),
|
||||
makeAxisPair(Action::LATERAL_LEFT, "StrafeLeft"),
|
||||
makeAxisPair(Action::LATERAL_RIGHT, "StrafeRight"),
|
||||
makeAxisPair(Action::VERTICAL_DOWN, "Down"),
|
||||
makeAxisPair(Action::VERTICAL_UP, "Up"),
|
||||
makeAxisPair(Action::YAW_LEFT, "YawLeft"),
|
||||
makeAxisPair(Action::YAW_RIGHT, "YawRight"),
|
||||
makeAxisPair(Action::PITCH_DOWN, "PitchDown"),
|
||||
makeAxisPair(Action::PITCH_UP, "PitchUp"),
|
||||
makeAxisPair(Action::BOOM_IN, "BoomIn"),
|
||||
makeAxisPair(Action::BOOM_OUT, "BoomOut"),
|
||||
|
||||
// Deprecated aliases
|
||||
// FIXME remove after we port all scripts
|
||||
makeAxisPair(Action::LONGITUDINAL_BACKWARD, "LONGITUDINAL_BACKWARD"),
|
||||
|
|
Loading…
Reference in a new issue