C# Class Blake.NUI.WPF.Gestures.TapGestureEngine

Inheritance: IGestureEngine
Show file Open project: TNOCS/csTouch Class Usage Examples

Public Methods

Method Description
AbortGesture ( ) : void
TapGestureEngine ( double minMilliseconds, double maxMilliseconds, double maxMovement ) : System
TrackTouchDown ( Point position, System.DateTime timestamp ) : void
TrackTouchMove ( Point position, System.DateTime timestamp ) : void
TrackTouchUp ( Point position, System.DateTime timestamp ) : void

Private Methods

Method Description
OnGestureAborted ( ) : void
OnGestureCompleted ( ) : void
OnGestureStarted ( ) : void
ProcessStatus ( ) : void

Method Details

AbortGesture() public method

public AbortGesture ( ) : void
return void

TapGestureEngine() public method

public TapGestureEngine ( double minMilliseconds, double maxMilliseconds, double maxMovement ) : System
minMilliseconds double
maxMilliseconds double
maxMovement double
return System

TrackTouchDown() public method

public TrackTouchDown ( Point position, System.DateTime timestamp ) : void
position Point
timestamp System.DateTime
return void

TrackTouchMove() public method

public TrackTouchMove ( Point position, System.DateTime timestamp ) : void
position Point
timestamp System.DateTime
return void

TrackTouchUp() public method

public TrackTouchUp ( Point position, System.DateTime timestamp ) : void
position Point
timestamp System.DateTime
return void