C# Class Grafiti.GRConfiguration

Base class for gesture recognizers' configuration objects. A configuration contains all the informations to parametrize the behaviour of the GR, or to make it access some resources.
Afficher le fichier Open project: nuigroup/grafiti Class Usage Examples

Protected Properties

Свойство Type Description
m_exclusive bool

Méthodes publiques

Méthode Description
GRConfiguration ( ) : System
GRConfiguration ( bool exclusive ) : System

Method Details

GRConfiguration() public méthode

public GRConfiguration ( ) : System
Résultat System

GRConfiguration() public méthode

public GRConfiguration ( bool exclusive ) : System
exclusive bool
Résultat System

Property Details

m_exclusive protected_oe property

protected bool m_exclusive
Résultat bool