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

The supported types of gestures. More...

Public Attributes

 TYPE_CIRCLE =(4)
 A circular movement by a finger.
 
 TYPE_INVALID =(-1)
 An invalid type.
 
 TYPE_KEY_TAP =(6)
 A downward tapping movement by a finger.
 
 TYPE_SCREEN_TAP =(5)
 A forward tapping movement by a finger.
 
 TYPE_SWIPE =(1)
 A straight line movement by the hand with fingers extended.
 

Detailed Description

The supported types of gestures.

Member Data Documentation

com.leapmotion.leap.Gesture.Type.TYPE_CIRCLE =(4)

A circular movement by a finger.

com.leapmotion.leap.Gesture.Type.TYPE_INVALID =(-1)

An invalid type.

com.leapmotion.leap.Gesture.Type.TYPE_KEY_TAP =(6)

A downward tapping movement by a finger.

com.leapmotion.leap.Gesture.Type.TYPE_SCREEN_TAP =(5)

A forward tapping movement by a finger.

com.leapmotion.leap.Gesture.Type.TYPE_SWIPE =(1)

A straight line movement by the hand with fingers extended.