C# Класс 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.
Наследование: GestureRecognizer
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
AddHandler void

Открытые методы

Метод Описание
LocalGestureRecognizer ( GRConfiguration configuration ) : System

Приватные методы

Метод Описание
AddHandler ( string ev, GestureEventHandler handler ) : void

Описание методов

LocalGestureRecognizer() публичный Метод

public LocalGestureRecognizer ( GRConfiguration configuration ) : System
configuration GRConfiguration
Результат System