mirror of
https://github.com/overte-org/overte.git
synced 2025-04-11 04:12:09 +02:00
Correcting vive button naming
This commit is contained in:
parent
1312901f06
commit
f651adbd24
2 changed files with 4 additions and 4 deletions
|
@ -15,8 +15,8 @@
|
|||
{ "from": "Vive.RB", "to": "Standard.RB" },
|
||||
{ "from": "Vive.RS", "to": "Standard.RS" },
|
||||
|
||||
{ "from": "Vive.Back", "to": "Standard.Back" },
|
||||
{ "from": "Vive.Start", "to": "Standard.Start" },
|
||||
{ "from": "Vive.LeftApplicationMenu", "to": "Standard.Back" },
|
||||
{ "from": "Vive.RightApplicationMenu", "to": "Standard.Start" },
|
||||
|
||||
{ "from": "Vive.LeftHand", "to": "Standard.LeftHand" },
|
||||
{ "from": "Vive.RightHand", "to": "Standard.RightHand" }
|
||||
|
|
|
@ -426,8 +426,8 @@ controller::Input::NamedVector ViveControllerManager::InputDevice::getAvailableI
|
|||
makePair(LEFT_HAND, "LeftHand"),
|
||||
makePair(RIGHT_HAND, "RightHand"),
|
||||
|
||||
makePair(BACK, "Back"),
|
||||
makePair(START, "Start"),
|
||||
makePair(BACK, "LeftApplicationMenu"),
|
||||
makePair(START, "RightApplicationMenu"),
|
||||
};
|
||||
|
||||
//availableInputs.append(Input::NamedPair(makeInput(BUTTON_A, 0), "Left Button A"));
|
||||
|
|
Loading…
Reference in a new issue