![]() |
Leap Motion Java API Reference
0.8.0
|
The supported controller policies. More...
Public Attributes | |
POLICY_BACKGROUND_FRAMES =((1 << 0)) | |
Receive background frames. | |
POLICY_DEFAULT =(0) | |
The default policy. | |
The supported controller policies.
Currently, the only supported policy is the background frames policy, which determines whether your application receives frames of tracking data when it is not the focused, foreground application.
com.leapmotion.leap.Controller.PolicyFlag.POLICY_BACKGROUND_FRAMES =((1 << 0)) |
Receive background frames.
com.leapmotion.leap.Controller.PolicyFlag.POLICY_DEFAULT =(0) |
The default policy.