C# Class Grafiti.GestureRecognizers.BasicMultiFingerGR

Inheritance: Grafiti.GlobalGestureRecognizer
Afficher le fichier Open project: nuigroup/grafiti

Méthodes publiques

Méthode Description
BasicMultiFingerGR ( ) : System
BasicMultiFingerGR ( GRConfiguration configuration ) : System
Process ( List traces ) : void

Méthodes protégées

Méthode Description
OnDoubleTap ( ) : void
OnDown ( CursorPoint c ) : void
OnEndHover1 ( ) : void
OnEnter ( ) : void
OnHover ( ) : void
OnLeave ( ) : void
OnMove ( CursorPoint c ) : void
OnRemove ( ) : void
OnTap ( ) : void
OnTerminate ( ) : void
OnTerminating ( ) : void
OnTripleTap ( ) : void
OnUp ( CursorPoint c ) : void
UpdateEventHandlers ( bool initial, bool final, bool entering, bool current, bool leaving, bool intersect, bool union, bool newClosestEnt, bool newClosestCur, bool newClosestLvn, bool newClosestIni, bool newClosestFin ) : void

Private Methods

Méthode Description
CheckHoverSpatialConstraints ( Trace trace ) : bool
HoverLoop ( ) : void
OnEndHover ( ) : void
ResetHover ( ) : void
ResetTap ( ) : void

Method Details

BasicMultiFingerGR() public méthode

public BasicMultiFingerGR ( ) : System
Résultat System

BasicMultiFingerGR() public méthode

public BasicMultiFingerGR ( GRConfiguration configuration ) : System
configuration Grafiti.GRConfiguration
Résultat System

OnDoubleTap() protected méthode

protected OnDoubleTap ( ) : void
Résultat void

OnDown() protected méthode

protected OnDown ( CursorPoint c ) : void
c Grafiti.CursorPoint
Résultat void

OnEndHover1() protected méthode

protected OnEndHover1 ( ) : void
Résultat void

OnEnter() protected méthode

protected OnEnter ( ) : void
Résultat void

OnHover() protected méthode

protected OnHover ( ) : void
Résultat void

OnLeave() protected méthode

protected OnLeave ( ) : void
Résultat void

OnMove() protected méthode

protected OnMove ( CursorPoint c ) : void
c Grafiti.CursorPoint
Résultat void

OnRemove() protected méthode

protected OnRemove ( ) : void
Résultat void

OnTap() protected méthode

protected OnTap ( ) : void
Résultat void

OnTerminate() protected méthode

protected OnTerminate ( ) : void
Résultat void

OnTerminating() protected méthode

protected OnTerminating ( ) : void
Résultat void

OnTripleTap() protected méthode

protected OnTripleTap ( ) : void
Résultat void

OnUp() protected méthode

protected OnUp ( CursorPoint c ) : void
c Grafiti.CursorPoint
Résultat void

Process() public méthode

public Process ( List traces ) : void
traces List
Résultat void

UpdateEventHandlers() protected méthode

protected UpdateEventHandlers ( bool initial, bool final, bool entering, bool current, bool leaving, bool intersect, bool union, bool newClosestEnt, bool newClosestCur, bool newClosestLvn, bool newClosestIni, bool newClosestFin ) : void
initial bool
final bool
entering bool
current bool
leaving bool
intersect bool
union bool
newClosestEnt bool
newClosestCur bool
newClosestLvn bool
newClosestIni bool
newClosestFin bool
Résultat void