mirror of
https://github.com/NotAKidoS/NAK_CVR_Mods.git
synced 2025-09-02 14:29:25 +00:00
more
This commit is contained in:
parent
21f8893095
commit
a92e478eb9
22 changed files with 2 additions and 80 deletions
|
@ -26,10 +26,10 @@ internal class CVRInputModule_XRPatches
|
|||
bool leftInput = _gestureToggleButton.GetLastStateDown(SteamVR_Input_Sources.LeftHand);
|
||||
bool rightInput = _gestureToggleButton.GetLastStateDown(SteamVR_Input_Sources.RightHand);
|
||||
|
||||
if (leftInput && __instance._leftModule.Type == EXRControllerType.Index || __instance._inputManager.oneHanded)
|
||||
if (leftInput && __instance._leftModule.Type == eXRControllerType.Index || __instance._inputManager.oneHanded)
|
||||
return;
|
||||
|
||||
if (rightInput && __instance._rightModule.Type == EXRControllerType.Index || __instance._inputManager.oneHanded)
|
||||
if (rightInput && __instance._rightModule.Type == eXRControllerType.Index || __instance._inputManager.oneHanded)
|
||||
return;
|
||||
|
||||
if (leftInput || rightInput)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue