Expand description
High-level Rust bindings to the legacy Leap Motion C++ SDK 2.3.1.
(very incomplete, you probably shouldn’t be using this)
Modules§
- image
- Access to raw camera images.
Structs§
- Controller
- A connection to a leapd instance.
- Controller
Ref - A reference to a controller.
- Frame
- A frame of tracking data.
- Managed
Controller - A
Controller
that adds a few convenience methods to perform blocking waits for events. - Timestamp
- A timestamp reported by the Leap Motion Service.
Enums§
- Gesture
State - States describing the progression of a gesture.
- Gesture
Type - Types of gestures the Leap Motion service can detect and report to the application.
- Policy
- A device or leapd policy.
Traits§
- Listener
- An event listener.