C# Class KinEmote.HandHandler

Show file Open project: Johnsel/KinEmote Class Usage Examples

Public Methods

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

Private Methods

Method 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 method

public Dispose ( ) : void
return void

HandHandler() public method

public HandHandler ( ) : System
return System

HandleMove() public method

public HandleMove ( Point currentPoint, Point currentRealWorldPoint ) : void
currentPoint Point
currentRealWorldPoint Point
return void

HandlePush() public method

public HandlePush ( Direction pushDirection ) : void
pushDirection Direction
return void