C# Class TechfairKinect.Gestures.Keyboard.KeyboardSkeletonUpdater

Inheritance: ISkeletonUpdater
Afficher le fichier Open project: techx/old-techfair-kinect-booth

Méthodes publiques

Méthode Description
KeyboardSkeletonUpdater ( ) : System
OnKeyPressed ( KeyEventArgs keys ) : void

Private Methods

Méthode Description
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

Method Details

KeyboardSkeletonUpdater() public méthode

public KeyboardSkeletonUpdater ( ) : System
Résultat System

OnKeyPressed() public méthode

public OnKeyPressed ( KeyEventArgs keys ) : void
keys System.Windows.Forms.KeyEventArgs
Résultat void