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 # 
Instance details

Defined in System.Hardware.Leap.Event.Hand

Methods

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

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

Ord a => Ord (Hand a) Source # 
Instance details

Defined in System.Hardware.Leap.Event.Hand

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 # 
Instance details

Defined in System.Hardware.Leap.Event.Hand

Show a => Show (Hand a) Source # 
Instance details

Defined in System.Hardware.Leap.Event.Hand

Methods

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

show :: Hand a -> String #

showList :: [Hand a] -> ShowS #

FromJSON a => FromJSON (Hand a) Source # 
Instance details

Defined in System.Hardware.Leap.Event.Hand

data Side Source #

Hands.

Constructors

LeftHand 
RightHand 
Instances
Bounded Side Source # 
Instance details

Defined in System.Hardware.Leap.Event.Hand

Enum Side Source # 
Instance details

Defined in System.Hardware.Leap.Event.Hand

Methods

succ :: Side -> Side #

pred :: Side -> Side #

toEnum :: Int -> Side #

fromEnum :: Side -> Int #

enumFrom :: Side -> [Side] #

enumFromThen :: Side -> Side -> [Side] #

enumFromTo :: Side -> Side -> [Side] #

enumFromThenTo :: Side -> Side -> Side -> [Side] #

Eq Side Source # 
Instance details

Defined in System.Hardware.Leap.Event.Hand

Methods

(==) :: Side -> Side -> Bool #

(/=) :: Side -> Side -> Bool #

Ord Side Source # 
Instance details

Defined in System.Hardware.Leap.Event.Hand

Methods

compare :: Side -> Side -> Ordering #

(<) :: Side -> Side -> Bool #

(<=) :: Side -> Side -> Bool #

(>) :: Side -> Side -> Bool #

(>=) :: Side -> Side -> Bool #

max :: Side -> Side -> Side #

min :: Side -> Side -> Side #

Read Side Source # 
Instance details

Defined in System.Hardware.Leap.Event.Hand

Show Side Source # 
Instance details

Defined in System.Hardware.Leap.Event.Hand

Methods

showsPrec :: Int -> Side -> ShowS #

show :: Side -> String #

showList :: [Side] -> ShowS #

FromJSON Side Source # 
Instance details

Defined in System.Hardware.Leap.Event.Hand