Leap Motion Java API Reference  0.8.0
com.leapmotion.leap.Gesture.State Enum Reference

The possible gesture states. More...

Public Attributes

 STATE_INVALID =(-1)
 An invalid state.
 
 STATE_START =(1)
 The gesture is starting.
 
 STATE_STOP =(3)
 The gesture has completed or stopped.
 
 STATE_UPDATE =(2)
 The gesture is in progress.
 

Detailed Description

The possible gesture states.

Member Data Documentation

com.leapmotion.leap.Gesture.State.STATE_INVALID =(-1)

An invalid state.

com.leapmotion.leap.Gesture.State.STATE_START =(1)

The gesture is starting.

Just enough has happened to recognize it.

com.leapmotion.leap.Gesture.State.STATE_STOP =(3)

The gesture has completed or stopped.

com.leapmotion.leap.Gesture.State.STATE_UPDATE =(2)

The gesture is in progress.

(Note: not all gestures have updates).