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

Commit 92e9112f authored by Kevin Schoedel's avatar Kevin Schoedel Committed by Android (Google) Code Review
Browse files

Merge "Recenter upon notification from VrCore" into oc-dev

parents 9d7bbd80 661e45f1
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -378,6 +378,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;