Tanoda
|
Public Member Functions | |
Frame | Frame (int history=0) |
Frame | GetTransformedFrame (LeapTransform trs, int history=0) |
Frame | GetInterpolatedFrame (Int64 time) |
void | SetPolicy (Controller.PolicyFlag policy) |
void | ClearPolicy (Controller.PolicyFlag policy) |
bool | IsPolicySet (Controller.PolicyFlag policy) |
long | Now () |
Properties | |
bool | IsConnected [get] |
Config | Config [get] |
DeviceList | Devices [get] |
Events | |
EventHandler< ConnectionEventArgs > | Connect |
EventHandler< ConnectionLostEventArgs > | Disconnect |
EventHandler< FrameEventArgs > | FrameReady |
EventHandler< DeviceEventArgs > | Device |
EventHandler< DeviceEventArgs > | DeviceLost |
EventHandler< DeviceFailureEventArgs > | DeviceFailure |
EventHandler< LogEventArgs > | LogMessage |
EventHandler< PolicyEventArgs > | PolicyChange |
EventHandler< ConfigChangeEventArgs > | ConfigChange |
EventHandler< DistortionEventArgs > | DistortionChange |
EventHandler< ImageEventArgs > | ImageReady |
EventHandler< PointMappingChangeEventArgs > | PointMappingChange |
EventHandler< HeadPoseEventArgs > | HeadPoseChange |
Definition at line 12 of file IController.cs.
void Leap.IController.ClearPolicy | ( | Controller.PolicyFlag | policy | ) |
Implemented in Leap.Controller.
Frame Leap.IController.Frame | ( | int | history = 0 | ) |
Implemented in Leap.Controller.
Frame Leap.IController.GetInterpolatedFrame | ( | Int64 | time | ) |
Implemented in Leap.Controller.
Frame Leap.IController.GetTransformedFrame | ( | LeapTransform | trs, |
int | history = 0 |
||
) |
Implemented in Leap.Controller.
bool Leap.IController.IsPolicySet | ( | Controller.PolicyFlag | policy | ) |
Implemented in Leap.Controller.
long Leap.IController.Now | ( | ) |
Implemented in Leap.Controller.
void Leap.IController.SetPolicy | ( | Controller.PolicyFlag | policy | ) |
Implemented in Leap.Controller.
|
get |
Implemented in Leap.Controller.
Definition at line 25 of file IController.cs.
|
get |
Implemented in Leap.Controller.
Definition at line 26 of file IController.cs.
|
get |
Implemented in Leap.Controller.
Definition at line 24 of file IController.cs.
EventHandler<ConfigChangeEventArgs> Leap.IController.ConfigChange |
Implemented in Leap.Controller.
Definition at line 38 of file IController.cs.
EventHandler<ConnectionEventArgs> Leap.IController.Connect |
Implemented in Leap.Controller.
Definition at line 28 of file IController.cs.
EventHandler<DeviceEventArgs> Leap.IController.Device |
Implemented in Leap.Controller.
Definition at line 31 of file IController.cs.
EventHandler<DeviceFailureEventArgs> Leap.IController.DeviceFailure |
Implemented in Leap.Controller.
Definition at line 33 of file IController.cs.
EventHandler<DeviceEventArgs> Leap.IController.DeviceLost |
Implemented in Leap.Controller.
Definition at line 32 of file IController.cs.
EventHandler<ConnectionLostEventArgs> Leap.IController.Disconnect |
Implemented in Leap.Controller.
Definition at line 29 of file IController.cs.
EventHandler<DistortionEventArgs> Leap.IController.DistortionChange |
Implemented in Leap.Controller.
Definition at line 39 of file IController.cs.
EventHandler<FrameEventArgs> Leap.IController.FrameReady |
Implemented in Leap.Controller.
Definition at line 30 of file IController.cs.
EventHandler<HeadPoseEventArgs> Leap.IController.HeadPoseChange |
Implemented in Leap.Controller.
Definition at line 42 of file IController.cs.
EventHandler<ImageEventArgs> Leap.IController.ImageReady |
Implemented in Leap.Controller.
Definition at line 40 of file IController.cs.
EventHandler<LogEventArgs> Leap.IController.LogMessage |
Implemented in Leap.Controller.
Definition at line 34 of file IController.cs.
EventHandler<PointMappingChangeEventArgs> Leap.IController.PointMappingChange |
Implemented in Leap.Controller.
Definition at line 41 of file IController.cs.
EventHandler<PolicyEventArgs> Leap.IController.PolicyChange |
Implemented in Leap.Controller.
Definition at line 37 of file IController.cs.