C# Class Grafiti.GestureRecognizers.BasicMultiFingerGR

Inheritance: Grafiti.GlobalGestureRecognizer
Show file Open project: nuigroup/grafiti

Public Methods

Method Description
BasicMultiFingerGR ( ) : System
BasicMultiFingerGR ( GRConfiguration configuration ) : System
Process ( List traces ) : void

Protected Methods

Method 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

Method Description
CheckHoverSpatialConstraints ( Trace trace ) : bool
HoverLoop ( ) : void
OnEndHover ( ) : void
ResetHover ( ) : void
ResetTap ( ) : void

Method Details

BasicMultiFingerGR() public method

public BasicMultiFingerGR ( ) : System
return System

BasicMultiFingerGR() public method

public BasicMultiFingerGR ( GRConfiguration configuration ) : System
configuration Grafiti.GRConfiguration
return System

OnDoubleTap() protected method

protected OnDoubleTap ( ) : void
return void

OnDown() protected method

protected OnDown ( CursorPoint c ) : void
c Grafiti.CursorPoint
return void

OnEndHover1() protected method

protected OnEndHover1 ( ) : void
return void

OnEnter() protected method

protected OnEnter ( ) : void
return void

OnHover() protected method

protected OnHover ( ) : void
return void

OnLeave() protected method

protected OnLeave ( ) : void
return void

OnMove() protected method

protected OnMove ( CursorPoint c ) : void
c Grafiti.CursorPoint
return void

OnRemove() protected method

protected OnRemove ( ) : void
return void

OnTap() protected method

protected OnTap ( ) : void
return void

OnTerminate() protected method

protected OnTerminate ( ) : void
return void

OnTerminating() protected method

protected OnTerminating ( ) : void
return void

OnTripleTap() protected method

protected OnTripleTap ( ) : void
return void

OnUp() protected method

protected OnUp ( CursorPoint c ) : void
c Grafiti.CursorPoint
return void

Process() public method

public Process ( List traces ) : void
traces List
return void

UpdateEventHandlers() protected method

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
return void