Merge pull request #12761 from ctrlaltdavid/21821

Add Controller.Actions.Sprint as synonym of Controller.Actions.SPRINT
This commit is contained in:
John Conklin II 2018-04-11 12:07:32 -07:00 committed by GitHub
commit 19bf793910
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"),