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

Inheritance: IGestureEngine
Show file Open project: TNOCS/csTouch

Public Methods

Method Description
AbortGesture ( ) : void
DoubleTapGestureEngine ( double minMilliseconds, double gapMilliseconds, 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
firstTap_GestureAborted ( object sender, EventArgs e ) : void
firstTap_GestureCompleted ( object sender, EventArgs e ) : void
secondTap_GestureAborted ( object sender, EventArgs e ) : void
secondTap_GestureCompleted ( object sender, EventArgs e ) : void

Method Details

AbortGesture() public method

public AbortGesture ( ) : void
return void

DoubleTapGestureEngine() public method

public DoubleTapGestureEngine ( double minMilliseconds, double gapMilliseconds, double maxMilliseconds, double maxMovement ) : System
minMilliseconds double
gapMilliseconds 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