Copyright | (c) 2016-19 Brian W Bush |
---|---|
License | MIT |
Maintainer | Brian W Bush <code@functionally.io> |
Stability | Stable |
Portability | Portable |
Safe Haskell | None |
Language | Haskell2010 |
Events for Leap Motion <https://www.leapmotion.com/product/desktop>, based on the Web Socket API <https://developer.leapmotion.com/documentation/javascript/supplements/Leap_JSON.html>.
- data Event a
- data State = State {}
- data InteractionBox a = InteractionBox {}
Events
Event information. See <https://developer.leapmotion.com/documentation/javascript/supplements/Leap_JSON.html> for details.
State of a Leap device.
data InteractionBox a Source #
An interaction box.
Eq a => Eq (InteractionBox a) Source # | |
Ord a => Ord (InteractionBox a) Source # | |
Read a => Read (InteractionBox a) Source # | |
Show a => Show (InteractionBox a) Source # | |
FromJSON a => FromJSON (InteractionBox a) Source # | |