hleap-0.2.0.0: Web Socket interface to Leap Motion controller

Copyright(c) 2016-19 Brian W Bush
LicenseMIT
MaintainerBrian W Bush <code@functionally.io>
StabilityStable
PortabilityPortable
Safe HaskellNone
LanguageHaskell2010

System.Hardware.Leap.Event.Hand

Contents

Description

Synopsis

Events

data Hand a Source #

Instances

Eq a => Eq (Hand a) Source # 

Methods

(==) :: Hand a -> Hand a -> Bool #

(/=) :: Hand a -> Hand a -> Bool #

Ord a => Ord (Hand a) Source # 

Methods

compare :: Hand a -> Hand a -> Ordering #

(<) :: Hand a -> Hand a -> Bool #

(<=) :: Hand a -> Hand a -> Bool #

(>) :: Hand a -> Hand a -> Bool #

(>=) :: Hand a -> Hand a -> Bool #

max :: Hand a -> Hand a -> Hand a #

min :: Hand a -> Hand a -> Hand a #

Read a => Read (Hand a) Source # 
Show a => Show (Hand a) Source # 

Methods

showsPrec :: Int -> Hand a -> ShowS #

show :: Hand a -> String #

showList :: [Hand a] -> ShowS #

FromJSON a => FromJSON (Hand a) Source #