Package | pq.multitouch |
Class | public class TouchManager |
Inheritance | TouchManager ![]() |
Property | Defined by | ||
---|---|---|---|
obj : DisplayObject
[read-only]Get the DisplayObject under this TouchManager instance's control.
| TouchManager | ||
touchIDs : Array
[read-only]Get the TouchID array. touchIDs stores all touch-IDs which has been touched down on the display object that is under TouchMananger's control.
| TouchManager |
Method | Defined by | ||
---|---|---|---|
TouchManager(o:DisplayObject):void
The TouchManager class handles all touch blobs which are down on the same certain display object.
| TouchManager | ||
getLocalBlob(touchID:int):Blob
Get the instance of the local touch blob through touchID.
| TouchManager |
obj | property |
obj:DisplayObject
[read-only]
Get the DisplayObject under this TouchManager instance's control.
Implementationpublic function get |
touchIDs | property |
touchIDs:Array
[read-only]
Get the TouchID array. touchIDs stores all touch-IDs which has been touched down on the display object that is under TouchMananger's control.
Implementationpublic function get |
TouchManager | () | method |
public function TouchManager(o:DisplayObject):void
The TouchManager class handles all touch blobs which are down on the same certain display object.
Parameters
|
getLocalBlob | () | method |
public static function getLocalBlob(touchID:int):Blob
Get the instance of the global touch blob through touchID.
ParameterstouchID:int — int value indicates id of the touch blob. |
Blob — A Blob instance. |