I am currently working on an app that tries to detect different head gestures. I have however noticed in the LogCat the following :
06-11 13:36:32.349: I/RunnableDetector(8406): Recognized gesture with detector: NUDGE Calling listener...
06-11 13:36:32.349: I/GlassSystemServer(8406): Detected head gesture: NUDGE
...
06-11 13:36:41.990: I/HeadGestureManager(8406): Unregistering listener: com.google.android.glass.server.SystemServerHub$4@41bd2328 for head gesture: NUDGE
it seems that Glass can already detect the NUDGE gesture, is there a way to utilize this through GDK?