Méthode | Description | |
---|---|---|
RegisterHandler ( |
Registers a handler for a gesture event. The GR will be configured with the given configuration.
|
|
RegisterHandler ( |
Registers a handler for a gesture event. The GR will be will be configured by default.
|
|
SetPriorityNumber ( |
Sets the priority number to associate with the given gesture recognizer class and the given configuration. Note that once a priority number is set it can't be changed.
|
|
SetPriorityNumber ( |
Sets the priority number to associate with the given gesture recognizer class and its default configuration. However note that when registering a gesture event handler with the same GR type, no configuration must be passed as parameter in order to associate it with the priority number specified. Note that once a priority number is set it can't be changed.
|
|
UnregisterAllHandlersOf ( IGestureListener listener ) : void |
Unregisters all registered handlers for the given listener.
|
|
UnregisterHandler ( |
||
UnregisterHandler ( |
public static RegisterHandler ( |
||
grType | Type of the gesture recognizer. | |
grConf | The GR's configuration. | |
ev | string | |
handler | GestureEventHandler | The listener's function that will be called when the event is raised. |
Résultat | void |
public static RegisterHandler ( |
||
grType | Type of the gesture recognizer. | |
ev | string | |
handler | GestureEventHandler | The listener's function that will be called when the event is raised. |
Résultat | void |
public static SetPriorityNumber ( |
||
grType | Type of the gesture recognizer. | |
configuration | Configuration of the gesture recognizer. | |
priorityNumber | int | Priority number. |
Résultat | void |
public static SetPriorityNumber ( |
||
grType | ||
priorityNumber | int | |
Résultat | void |
public static UnregisterAllHandlersOf ( IGestureListener listener ) : void | ||
listener | IGestureListener | The listener |
Résultat | void |
public static UnregisterHandler ( |
||
grType | ||
grConf | ||
ev | string | |
handler | GestureEventHandler | |
Résultat | void |
public static UnregisterHandler ( |
||
grType | ||
ev | string | |
handler | GestureEventHandler | |
Résultat | void |