Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
Grafiti
GRConfiguration
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.
Show file
Open project: nuigroup/grafiti
Class Usage Examples
Protected Properties
Property
Type
Description
m_exclusive
bool
Public Methods
Method
Description
GRConfiguration
( ) :
System
GRConfiguration
(
bool
exclusive
) :
System
Method Details
GRConfiguration()
public
method
public
GRConfiguration
( ) :
System
return
System
GRConfiguration()
public
method
public
GRConfiguration
(
bool
exclusive
) :
System
exclusive
bool
return
System
Property Details
m_exclusive
protected property
protected
bool
m_exclusive
return
bool