You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 8, 2019. It is now read-only.
diff --git a/libraries/headers/vr/gvr/capi/include/gvr_gesture.h b/libraries/headers/vr/gvr/capi/include/gvr_gesture.h
index 5a28880..e2d1ac8 100644
--- a/libraries/headers/vr/gvr/capi/include/gvr_gesture.h+++ b/libraries/headers/vr/gvr/capi/include/gvr_gesture.h@@ -64,13 +64,13 @@ extern "C" {
/// case GVR_GESTURE_SWIPE:
/// // Handle swipe gesture.
/// break;
-/// case GVR_GESTURE__SCROLL_START:+/// case GVR_GESTURE_SCROLL_START:
/// // Handle the start of a sequence of scroll gestures.
/// break;
-/// case GVR_GESTURE__SCROLL_UPDATE:+/// case GVR_GESTURE_SCROLL_UPDATE:
/// // Handle an update in a sequence of scroll gestures.
/// break;
-/// case GVR_GESTURE__SCROLL_END:+/// case GVR_GESTURE_SCROLL_END:
/// // Handle the end of a sequence of scroll gestures.
/// break;
/// default:
@@ -243,13 +243,13 @@ typedef gvr_gesture Gesture;
/// case GVR_GESTURE_SWIPE:
/// // Handle swipe gesture.
/// break;
-/// case GVR_GESTURE__SCROLL_START:+/// case GVR_GESTURE_SCROLL_START:
/// // Handle the start of a sequence of scroll gestures.
/// break;
-/// case GVR_GESTURE__SCROLL_UPDATE:+/// case GVR_GESTURE_SCROLL_UPDATE:
/// // Handle an update in a sequence of scroll gestures.
/// break;
-/// case GVR_GESTURE__SCROLL_END:+/// case GVR_GESTURE_SCROLL_END:
/// // Handle the end of a sequence of scroll gestures.
/// break;
/// default:
These documents also have the same typos.
https://developers.google.com/vr/reference/android-ndk/group/gesture
https://developers.google.com/vr/reference/android-ndk/class/gvr/gesture-api
The text was updated successfully, but these errors were encountered: