Property | Defined By | ||
---|---|---|---|
overlays : Vector.<ITouchObject> [static]
Registers global overlays to receive point data
| TouchManager | ||
points : Dictionary [static] | TouchManager | ||
touchObjects : Dictionary [static] | TouchManager |
Method | Defined By | ||
---|---|---|---|
callLocalGestureParser(obj:ITouchObject):void [static] | TouchManager | ||
deregisterHook(hook:Function):void [static]
Unregisters a hook function
| TouchManager | ||
deregisterVTO(t:ITouchObject):void [static]
Deregisters a virtual transform object
| TouchManager | ||
onTouchDown(event:GWTouchEvent):void [static]
Decides how to assign the captured touch point to a cluster and pass to parent, an explicit target, an explicit list of
targets or passed to any touch object in the local display stack. | TouchManager | ||
onTouchMove(event:GWTouchEvent):void [static] | TouchManager | ||
onTouchUp(event:GWTouchEvent):void [static] | TouchManager | ||
pointCount():int [static] | TouchManager | ||
preinitBase(obj:ITouchObject):void [static] | TouchManager | ||
[static]
Sends overlays through pipeline
| TouchManager | ||
registerHook(hook:Function):void [static]
Registers a function to externally modify the provided GWTouchEvent for point processing
| TouchManager | ||
registerVTO(t:ITouchObject):void [static]
Register a virtual transform object with the touch manager
| TouchManager | ||
touchFrameHandler(event:GWEvent):void [static] | TouchManager | ||
updateTouchObject(tO:ITouchObject):void [static] | TouchManager | ||
validTarget(event:GWTouchEvent):Boolean [static]
Determines the event's target is valid based on activated state and local mode settings. | TouchManager |
overlays | property |
overlays:Vector.<ITouchObject>
Registers global overlays to receive point data
public static function get overlays():Vector.<ITouchObject>
public static function set overlays(value:Vector.<ITouchObject>):void
points | property |
public static var points:Dictionary
touchObjects | property |
public static var touchObjects:Dictionary
callLocalGestureParser | () | method |
deInitialize | () | method |
gw_public static function deInitialize():void
deregisterHook | () | method |
public static function deregisterHook(hook:Function):void
Unregisters a hook function
Parameters
hook:Function |
deregisterVTO | () | method |
public static function deregisterVTO(t:ITouchObject):void
Deregisters a virtual transform object
Parameters
t:ITouchObject |
initialize | () | method |
gw_public static function initialize():void
onTouchDown | () | method |
public static function onTouchDown(event:GWTouchEvent):void
Decides how to assign the captured touch point to a cluster and pass to parent, an explicit target, an explicit list of targets or passed to any touch object in the local display stack.
Parameters
event:GWTouchEvent |
onTouchMove | () | method |
onTouchUp | () | method |
pointCount | () | method |
public static function pointCount():int
Returnsint |
preinitBase | () | method |
processOverlays | () | method |
public static function processOverlays(e:GWTouchEvent, o:Vector.<ITouchObject> = null):void
Sends overlays through pipeline
Parameters
e:GWTouchEvent | |
o:Vector.<ITouchObject> (default = null )
|
registerHook | () | method |
public static function registerHook(hook:Function):void
Registers a function to externally modify the provided GWTouchEvent for point processing
Parameters
hook:Function — The hook function with GWTouchEvent parameter
|
registerVTO | () | method |
public static function registerVTO(t:ITouchObject):void
Register a virtual transform object with the touch manager
Parameters
t:ITouchObject |
resetGlobalClock | () | method |
gw_public static function resetGlobalClock():void
touchFrameHandler | () | method |
updateTouchObject | () | method |
validTarget | () | method |
public static function validTarget(event:GWTouchEvent):Boolean
Determines the event's target is valid based on activated state and local mode settings.
Parameters
event:GWTouchEvent |
Boolean —
|