Property | Type | Description | |
---|---|---|---|
ClosestCurrentEvents | string[] | ||
ClosestEnteringEvents | string[] | ||
ClosestFinalEvents | string[] | ||
ClosestInitialEvents | string[] | ||
ClosestLeavingEvents | string[] | ||
ClosestNewInitialEvents | string[] | ||
CurrentEvents | string[] | ||
DefaultEvents | string[] | ||
EnteringEvents | string[] | ||
FinalEvents | string[] | ||
InitialEvents | string[] | ||
IntersectionEvents | string[] | ||
LeavingEvents | string[] | ||
NewInitialEvents | string[] | ||
UnionEvents | string[] |
Method | Description | |
---|---|---|
GlobalGestureRecognizer ( |
Method | Description | |
---|---|---|
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 |
Updates handlers for the events with targets appearing in the predefined target lists. You can override this funcion, to deal the changes, remebering to call the base function before or after your code.
|
Method | Description | |
---|---|---|
AddHandler ( string ev, GestureEventHandler handler ) : void | ||
UpdateHandlers ( TargetList targetList ) : void | ||
UpdateHandlers1 ( 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 |
Updates handlers for the events with targets appearing in the predefined target lists
|
public GlobalGestureRecognizer ( |
||
configuration | ||
return | System |
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 |
protected string[] ClosestEnteringEvents | ||
return | string[] |
protected string[] ClosestNewInitialEvents | ||
return | string[] |