Package | com.custardbelly.as3flobile.air.helper |
Class | public class TouchTapMediator |
Inheritance | TouchTapMediator ![]() |
Method | Defined By | ||
---|---|---|---|
TouchTapMediator(threshold:int = 700)
Constructor. | TouchTapMediator | ||
mediateTapGesture(display:InteractiveObject, handler:Function):void [override]
| TouchTapMediator | ||
unmediateTapGesture(display:InteractiveObject):void [override]
| TouchTapMediator |
TouchTapMediator | () | Constructor |
public function TouchTapMediator(threshold:int = 700)
Constructor.
Parametersthreshold:int (default = 700 ) — int The maximum amount of time in milliseconds that relates to the time for a tap gesture.
|
mediateTapGesture | () | method |
override public function mediateTapGesture(display:InteractiveObject, handler:Function):void
Parameters
display:InteractiveObject | |
handler:Function |
unmediateTapGesture | () | method |
override public function unmediateTapGesture(display:InteractiveObject):void
Parameters
display:InteractiveObject |