Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions ValheimVRMod/VRCore/UI/VRControls.cs
Original file line number Diff line number Diff line change
Expand Up @@ -894,10 +894,11 @@ private void init()
initIgnoredZInputs();
initQuickActionOnly();

// TODO: consider altering the actual button states in ZInput so that VR controller inputs
// still work even if ZInput patches get unpatched by Jotunn:
// registerBooleanActionListeners();
// registerContextScrollListener();
// Patching ZInput may not be sufficient to emulate button iput in some cases
// since Jotunn could undo those patches. In those cases, we need to alter the
// actual button states in ZInput.
registerBooleanActionListeners();
registerContextScrollListener();
}

private void registerBooleanActionListeners()
Expand Down