Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix unexpected forward page actions due to SwipeRight gesture on WaveVR #1003

Merged
merged 1 commit into from
Mar 12, 2019

Conversation

MortimerGoro
Copy link
Contributor

No description provided.

@ghost ghost assigned MortimerGoro Mar 12, 2019
@ghost ghost added the in progress label Mar 12, 2019
@@ -426,6 +426,7 @@ DeviceDelegateWaveVR::ProcessEvents() {
break;
case WVR_EventType_TouchUntapped: {
VRB_DEBUG("WVR_EventType_TouchUntapped");
break;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch, I was noticing this problem just yesterday. It was super annoying.

Copy link
Contributor

@cvan cvan Mar 13, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

also: we should probably fix the braces and the indenting of the cases above, just in case

@bluemarvin bluemarvin merged commit e6a8710 into master Mar 12, 2019
@ghost ghost removed the in progress label Mar 12, 2019
@cvan cvan deleted the wave_bug_gesture branch March 13, 2019 11:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants