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

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

공개 메소드들

메소드 설명
KeyboardSkeletonUpdater ( ) : System
OnKeyPressed ( KeyEventArgs keys ) : void

비공개 메소드들

메소드 설명
AddSelectedJoint ( Keys jointKey ) : void
CalculateJointPairLength ( JointType lhs, JointType rhs ) : double
PerformGesture ( bool forward ) : void
PerformMovement ( Keys movementKey ) : void
PerformNormalKey ( Keys key, bool shift ) : void
SetJointPosition ( JointType joint, Vector3D position ) : void
UpdateListeners ( ) : void

메소드 상세

KeyboardSkeletonUpdater() 공개 메소드

public KeyboardSkeletonUpdater ( ) : System
리턴 System

OnKeyPressed() 공개 메소드

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