0

In the GDK, it refers to gestures as "Gesture.SWIPE_RIGHT" and "Gesture.SWIPE_LEFT". However, I am confused because you swipe forward and backward! Does anybody know what swiping forward translates to in code, and the same for swiping backward?

Thanks in advance!

Vincent Taglia
  • 174
  • 1
  • 3
  • 11

1 Answers1

2

It seems as if the constants were based on direction from the viewpoint of looking at the touch area outside of Glass. Also, note that these are the Gestures the users are familiar with since it's all based on your current display (see intro video tutorial).

Gesture.SWIPE_RIGHT = forward
Gesture.SWIPE_LEFT = backward
JRomero
  • 4,690
  • 1
  • 23
  • 47