C# 클래스 TechfairKinect.Gestures.Keyboard.KeyboardGestureRecognizer

상속: IGestureRecognizer
파일 보기 프로젝트 열기: techx/old-techfair-kinect-booth

공개 메소드들

메소드 설명
KeyboardGestureRecognizer ( ) : System.Collections.Generic
OnKeyPressed ( KeyEventArgs keys ) : void

비공개 메소드들

메소드 설명
PerformMovement ( Keys movementKey ) : void
UpdateCurrentJoint ( Keys jointKey ) : void
UpdateListeners ( ) : void

메소드 상세

KeyboardGestureRecognizer() 공개 메소드

public KeyboardGestureRecognizer ( ) : System.Collections.Generic
리턴 System.Collections.Generic

OnKeyPressed() 공개 메소드

public OnKeyPressed ( KeyEventArgs keys ) : void
keys System.Windows.Forms.KeyEventArgs
리턴 void