C# Class Grafiti.LocalGestureRecognizer

An LGR recognizes gestures produced close by the tangible which class implements ITangibleGestureListener. The instance related to the tangible is also the only listener of the events that the LGR can raise. An instance of this class will be created for each group that is born close to such tangible, if there is at least one registered listener.
Inheritance: GestureRecognizer
Show file Open project: nuigroup/grafiti Class Usage Examples

Private Properties

Property Type Description
AddHandler void

Public Methods

Method Description
LocalGestureRecognizer ( GRConfiguration configuration ) : System

Private Methods

Method Description
AddHandler ( string ev, GestureEventHandler handler ) : void

Method Details

LocalGestureRecognizer() public method

public LocalGestureRecognizer ( GRConfiguration configuration ) : System
configuration GRConfiguration
return System