28 event EventHandler<ConnectionEventArgs>
Connect;
31 event EventHandler<DeviceEventArgs>
Device;
The Config class provides access to Leap Motion system configuration information.
The Controller class is your main interface to the Leap Motion Controller.
PolicyFlag
The supported controller policies.
The DeviceList class represents a list of Device objects.
The Frame class represents a set of hand and finger tracking data detected in a single frame.
EventHandler< DeviceEventArgs > Device
Frame Frame(int history=0)
Frame GetTransformedFrame(LeapTransform trs, int history=0)
void SetPolicy(Controller.PolicyFlag policy)
EventHandler< ImageEventArgs > ImageReady
EventHandler< ConfigChangeEventArgs > ConfigChange
EventHandler< LogEventArgs > LogMessage
Frame GetInterpolatedFrame(Int64 time)
EventHandler< ConnectionEventArgs > Connect
EventHandler< ConnectionLostEventArgs > Disconnect
EventHandler< HeadPoseEventArgs > HeadPoseChange
EventHandler< DeviceFailureEventArgs > DeviceFailure
void ClearPolicy(Controller.PolicyFlag policy)
EventHandler< FrameEventArgs > FrameReady
bool IsPolicySet(Controller.PolicyFlag policy)
EventHandler< PointMappingChangeEventArgs > PointMappingChange
EventHandler< PolicyEventArgs > PolicyChange
EventHandler< DeviceEventArgs > DeviceLost
EventHandler< DistortionEventArgs > DistortionChange