![]() |
Leap Motion C# API Reference
0.8.0
|
Data Structures | |
class | CircleGesture |
The CircleGesture classes represents a circular finger movement. More... | |
class | Config |
The Config class provides access to Leap Motion system configuration information. More... | |
class | Controller |
The Controller class is your main interface to the Leap Motion Controller. More... | |
class | Device |
The Device class represents a physically connected device. More... | |
class | DeviceList |
The DeviceList class represents a list of Device objects. More... | |
class | Finger |
The Finger class represents a tracked finger. More... | |
class | FingerList |
The FingerList class represents a list of Finger objects. More... | |
class | Frame |
The Frame class represents a set of hand and finger tracking data detected in a single frame. More... | |
class | Gesture |
The Gesture class represents a recognized movement by the user. More... | |
class | GestureList |
The GestureList class represents a list of Gesture objects. More... | |
class | Hand |
The Hand class reports the physical characteristics of a detected hand. More... | |
class | HandList |
The HandList class represents a list of Hand objects. More... | |
class | InteractionBox |
The InteractionBox class represents a box-shaped region completely within the field of view of the Leap Motion controller. More... | |
class | KeyTapGesture |
The KeyTapGesture class represents a tapping gesture by a finger or tool. More... | |
class | Listener |
The Listener class defines a set of callback functions that you can override in a subclass to respond to events dispatched by the Controller object. More... | |
class | Matrix |
The Matrix struct represents a transformation matrix. More... | |
class | Pointable |
The Pointable class reports the physical characteristics of a detected finger or tool. More... | |
class | PointableList |
The PointableList class represents a list of Pointable objects. More... | |
class | Screen |
The Screen class represents a computer monitor screen. More... | |
class | ScreenList |
The ScreenList class represents a list of Screen objects. More... | |
class | ScreenTapGesture |
The ScreenTapGesture class represents a tapping gesture by a finger or tool. More... | |
class | SwipeGesture |
The SwipeGesture class represents a swiping motion of a finger or tool. More... | |
class | Tool |
The Tool class represents a tracked tool. More... | |
class | ToolList |
The ToolList class represents a list of Tool objects. More... | |
class | Vector |
The Vector struct represents a three-component mathematical vector or point such as a direction or position in three-dimensional space. More... | |