mirror of
https://github.com/overte-org/overte.git
synced 2025-04-23 07:13:30 +02:00
Add Controller.Actions.Sprint as synonym of Controller.Actions.SPRINT
This commit is contained in:
parent
796bd069b2
commit
ab8ee20960
1 changed files with 1 additions and 0 deletions
|
@ -128,6 +128,7 @@ namespace controller {
|
|||
makeButtonPair(Action::TOGGLE_MUTE, "ToggleMute"),
|
||||
makeButtonPair(Action::CYCLE_CAMERA, "CycleCamera"),
|
||||
makeButtonPair(Action::TOGGLE_OVERLAY, "ToggleOverlay"),
|
||||
makeButtonPair(Action::SPRINT, "Sprint"),
|
||||
|
||||
makeAxisPair(Action::RETICLE_CLICK, "ReticleClick"),
|
||||
makeAxisPair(Action::RETICLE_X, "ReticleX"),
|
||||
|
|
Loading…
Reference in a new issue