![]() |
Leap Motion Java API Reference
0.8.0
|
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. | |
Defines the values for reporting the state of a Pointable object in relation to an adaptive touch plane.
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.