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

Inheritance: IGestureEngine
Afficher le fichier Open project: TNOCS/csTouch

Méthodes publiques

Méthode 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

Méthode 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 méthode

public AbortGesture ( ) : void
Résultat void

DoubleTapGestureEngine() public méthode

public DoubleTapGestureEngine ( double minMilliseconds, double gapMilliseconds, double maxMilliseconds, double maxMovement ) : System
minMilliseconds double
gapMilliseconds double
maxMilliseconds double
maxMovement double
Résultat System

TrackTouchDown() public méthode

public TrackTouchDown ( Point position, System.DateTime timestamp ) : void
position Point
timestamp System.DateTime
Résultat void

TrackTouchMove() public méthode

public TrackTouchMove ( Point position, System.DateTime timestamp ) : void
position Point
timestamp System.DateTime
Résultat void

TrackTouchUp() public méthode

public TrackTouchUp ( Point position, System.DateTime timestamp ) : void
position Point
timestamp System.DateTime
Résultat void