C# Class GestSpace.ReactiveListener

Inheritance: Listener
Show file Open project: NicolasDorier/GestSpace Class Usage Examples

Public Methods

Method Description
FingersMoves ( ) : Finger>>.IObservable
Frames ( ) : IObservable
Gestures ( ) : Gesture>>.IObservable
GetHandsMoves ( bool>.Func until ) : Hand>>.IObservable
HandsMoves ( ) : Hand>>.IObservable
OnFrame ( Leap.Controller arg0 ) : void
OnInit ( Leap.Controller controller ) : void
ReactiveListener ( ) : System

Method Details

FingersMoves() public method

public FingersMoves ( ) : Finger>>.IObservable
return Finger>>.IObservable

Frames() public method

public Frames ( ) : IObservable
return IObservable

Gestures() public method

public Gestures ( ) : Gesture>>.IObservable
return Gesture>>.IObservable

GetHandsMoves() public method

public GetHandsMoves ( bool>.Func until ) : Hand>>.IObservable
until bool>.Func
return Hand>>.IObservable

HandsMoves() public method

public HandsMoves ( ) : Hand>>.IObservable
return Hand>>.IObservable

OnFrame() public method

public OnFrame ( Leap.Controller arg0 ) : void
arg0 Leap.Controller
return void

OnInit() public method

public OnInit ( Leap.Controller controller ) : void
controller Leap.Controller
return void

ReactiveListener() public method

public ReactiveListener ( ) : System
return System