Tanoda
Events.cs File Reference

Go to the source code of this file.

Classes

class  Leap.LeapEventArgs
 A generic object with no arguments beyond the event type. More...
 
class  Leap.FrameEventArgs
 Dispatched when a tracking frame is ready. More...
 
class  Leap.InternalFrameEventArgs
 
class  Leap.LogEventArgs
 Dispatched when loggable events are generated by the service and the service connection code. More...
 
class  Leap.PolicyEventArgs
 Dispatched when a policy change is complete. More...
 
class  Leap.DistortionEventArgs
 Dispatched when the image distortion map changes. More...
 
class  Leap.ConfigChangeEventArgs
 Dispatched when a configuration change is completed. More...
 
class  Leap.SetConfigResponseEventArgs
 Dispatched when a configuration change is completed. More...
 
class  Leap.ConnectionEventArgs
 Dispatched when the connection is established. More...
 
class  Leap.ConnectionLostEventArgs
 Dispatched when the connection is lost. More...
 
class  Leap.DeviceEventArgs
 Dispatched when a device is plugged in. More...
 
class  Leap.DeviceFailureEventArgs
 Dispatched when a device is plugged in, but fails to initialize or when a working device fails in use. More...
 
class  Leap.DroppedFrameEventArgs
 
class  Leap.ImageEventArgs
 Dispatched when an unrequested Image is ready. More...
 
class  Leap.PointMappingChangeEventArgs
 Dispatched when point mapping change events are generated by the service. More...
 
class  Leap.HeadPoseEventArgs
 
struct  Leap.BeginProfilingForThreadArgs
 
struct  Leap.EndProfilingForThreadArgs
 
struct  Leap.BeginProfilingBlockArgs
 
struct  Leap.EndProfilingBlockArgs
 

Namespaces

namespace  Leap
 

Enumerations

enum  Leap.LeapEvent {
  Leap.EVENT_CONNECTION , Leap.EVENT_CONNECTION_LOST , Leap.EVENT_DEVICE , Leap.EVENT_DEVICE_FAILURE ,
  Leap.EVENT_DEVICE_LOST , Leap.EVENT_POLICY_CHANGE , Leap.EVENT_CONFIG_RESPONSE , Leap.EVENT_CONFIG_CHANGE ,
  Leap.EVENT_FRAME , Leap.EVENT_INTERNAL_FRAME , Leap.EVENT_IMAGE_COMPLETE , Leap.EVENT_IMAGE_REQUEST_FAILED ,
  Leap.EVENT_DISTORTION_CHANGE , Leap.EVENT_LOG_EVENT , Leap.EVENT_INIT , Leap.EVENT_DROPPED_FRAME ,
  Leap.EVENT_IMAGE , Leap.EVENT_POINT_MAPPING_CHANGE , Leap.EVENT_HEAD_POSE
}
 An enumeration defining the types of Leap Motion events. More...