C# Class KinEmote.HandHandler

Afficher le fichier Open project: Johnsel/KinEmote Class Usage Examples

Méthodes publiques

Méthode Description
Dispose ( ) : void
HandHandler ( ) : System
HandleMove ( Point currentPoint, Point currentRealWorldPoint ) : void
HandlePush ( Direction pushDirection ) : void

Private Methods

Méthode Description
HandleBackPlaneMode ( Point currentPoint ) : bool
HandleNormalMode ( Point currentPoint ) : void
ResetTimer ( ) : void
ResetTimer ( int newInterval ) : void
intervalTimer_Elapsed ( object sender, System.Timers.ElapsedEventArgs e ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

HandHandler() public méthode

public HandHandler ( ) : System
Résultat System

HandleMove() public méthode

public HandleMove ( Point currentPoint, Point currentRealWorldPoint ) : void
currentPoint Point
currentRealWorldPoint Point
Résultat void

HandlePush() public méthode

public HandlePush ( Direction pushDirection ) : void
pushDirection Direction
Résultat void