Skip to content

Commit

Permalink
Fix unexpected forward page actions due to SwipeRight gesture on Wave…
Browse files Browse the repository at this point in the history
…VR (#1003)
  • Loading branch information
MortimerGoro authored and bluemarvin committed Mar 12, 2019
1 parent 9d14121 commit e6a8710
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/src/wavevr/cpp/DeviceDelegateWaveVR.cpp
Expand Up @@ -426,6 +426,7 @@ DeviceDelegateWaveVR::ProcessEvents() {
break;
case WVR_EventType_TouchUntapped: {
VRB_DEBUG("WVR_EventType_TouchUntapped");
break;
}
case WVR_EventType_LeftToRightSwipe: {
VRB_DEBUG("WVR_EventType_LeftToRightSwipe");
Expand Down

0 comments on commit e6a8710

Please sign in to comment.