| Property | Defined By | ||
|---|---|---|---|
| points : Dictionary [static] | TouchManager | ||
| touchObjects : Dictionary [static] | TouchManager | ||
| Method | Defined By | ||
|---|---|---|---|
onTouchMove(event:TouchEvent):void [static] | TouchManager | ||
onTouchUp(event:TouchEvent):void [static] | TouchManager | ||
pointCount():int [static] | TouchManager | ||
touchFrameHandler(event:GWEvent):void [static] | TouchManager | ||
updateTouchObject(tO:Object):void [static] | TouchManager | ||
| points | property |
public static var points:Dictionary| touchObjects | property |
public static var touchObjects:Dictionary| deInitialize | () | method |
gw_public static function deInitialize():void| initialize | () | method |
gw_public static function initialize():void| onTouchMove | () | method |
public static function onTouchMove(event:TouchEvent):voidParameters
event:TouchEvent |
| onTouchUp | () | method |
public static function onTouchUp(event:TouchEvent):voidParameters
event:TouchEvent |
| pointCount | () | method |
public static function pointCount():intReturnsint |
| registerTouchPoint | () | method |
gw_public static function registerTouchPoint(event:TouchEvent):voidParameters
event:TouchEvent |
| resetGlobalClock | () | method |
gw_public static function resetGlobalClock():void| touchFrameHandler | () | method |
| updateTouchObject | () | method |
public static function updateTouchObject(tO:Object):voidParameters
tO:Object |