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
파일 보기 프로젝트 열기: nuigroup/grafiti 1 사용 예제들

Private Properties

프로퍼티 타입 설명
AddHandler void

공개 메소드들

메소드 설명
LocalGestureRecognizer ( GRConfiguration configuration ) : System

비공개 메소드들

메소드 설명
AddHandler ( string ev, GestureEventHandler handler ) : void

메소드 상세

LocalGestureRecognizer() 공개 메소드

public LocalGestureRecognizer ( GRConfiguration configuration ) : System
configuration GRConfiguration
리턴 System