Skip to content

Commit 95fc4c5

Browse files
author
lawwong
committed
Fix ControllerButton.BKeyTouch typo
1 parent 1bcc4c8 commit 95fc4c5

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

  • Assets/HTC.UnityPlugin/ViveInputUtility/Scripts/ViveInput

Assets/HTC.UnityPlugin/ViveInputUtility/Scripts/ViveInput/ViveInput.cs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ public enum ControllerButton
5858

5959
// button alias
6060
BKey = Menu,
61-
BkeyTouch = MenuTouch,
61+
BKeyTouch = MenuTouch,
6262
OuterFaceButton = Menu, // 7
6363
OuterFaceButtonTouch = MenuTouch, // 9
6464
InnerFaceButton = AKey, // 12
@@ -126,6 +126,9 @@ public enum ControllerButton
126126
[Obsolete]
127127
[HideInInspector]
128128
JoystickToucn = 48,
129+
[Obsolete]
130+
[HideInInspector]
131+
BkeyTouch = BKeyTouch,
129132
}
130133

131134
public enum ControllerAxis

0 commit comments

Comments
 (0)