C# Class TechfairKinect.Gestures.Kinect.KinectSkeletonUpdater

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

Méthodes publiques

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

Private Methods

Méthode Description
OnSkeletonRead ( object sender, SkeletonReadEventArgs e ) : void
UpdateListeners ( ) : void

Method Details

KinectSkeletonUpdater() public méthode

public KinectSkeletonUpdater ( ) : System
Résultat System

OnKeyPressed() public méthode

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