Leap Motion Java API Reference  0.8.0
com.leapmotion.leap.Controller.PolicyFlag Enum Reference

The supported controller policies. More...

Public Attributes

 POLICY_BACKGROUND_FRAMES =((1 << 0))
 Receive background frames.
 
 POLICY_DEFAULT =(0)
 The default policy.
 

Detailed Description

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.

Member Data Documentation

com.leapmotion.leap.Controller.PolicyFlag.POLICY_BACKGROUND_FRAMES =((1 << 0))

Receive background frames.

com.leapmotion.leap.Controller.PolicyFlag.POLICY_DEFAULT =(0)

The default policy.