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
Afficher le fichier Open project: nuigroup/grafiti Class Usage Examples

Private Properties

Свойство Type Description
AddHandler void

Méthodes publiques

Méthode Description
LocalGestureRecognizer ( GRConfiguration configuration ) : System

Private Methods

Méthode Description
AddHandler ( string ev, GestureEventHandler handler ) : void

Method Details

LocalGestureRecognizer() public méthode

public LocalGestureRecognizer ( GRConfiguration configuration ) : System
configuration GRConfiguration
Résultat System