Leap Motion Java API Reference  0.8.0
com.leapmotion.leap.Pointable.Zone Enum Reference

Defines the values for reporting the state of a Pointable object in relation to an adaptive touch plane. More...

Public Attributes

 ZONE_HOVERING =(1)
 The Pointable object is close to, but not touching the plane.
 
 ZONE_NONE =(0)
 The Pointable object is too far from the plane to be considered hovering or touching.
 
 ZONE_TOUCHING =(2)
 The Pointable has penetrated the plane.
 

Detailed Description

Defines the values for reporting the state of a Pointable object in relation to an adaptive touch plane.

Member Data Documentation

com.leapmotion.leap.Pointable.Zone.ZONE_HOVERING =(1)

The Pointable object is close to, but not touching the plane.

com.leapmotion.leap.Pointable.Zone.ZONE_NONE =(0)

The Pointable object is too far from the plane to be considered hovering or touching.

com.leapmotion.leap.Pointable.Zone.ZONE_TOUCHING =(2)

The Pointable has penetrated the plane.