Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f02a93a5 authored by Kevin Schoedel's avatar Kevin Schoedel Committed by android-build-merger
Browse files

Merge "Recenter upon notification from VrCore" into oc-dev am: 92e9112f

am: 9d4027e4

Change-Id: I88639f8d551129ca4cf316d1e0f74f162b53a423
parents d783ea77 9d4027e4
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -384,6 +384,9 @@ void ShellView::DrawReticle(const mat4& perspective, const mat4& eye_matrix,
          case 0x3:
            OnTouchpadButton(false, AMOTION_EVENT_BUTTON_BACK);
            break;
          case 0x4:
            should_recenter_ = true;
            break;
          case 0x9:
            OnClick(true);
            break;