Property | Defined By | ||
---|---|---|---|
bubbles : Boolean | TouchEventProxy | ||
cancelable : Boolean | TouchEventProxy | ||
controlKey : Boolean | TouchEventProxy | ||
dtime : Number = 0 | TouchEventProxy | ||
frame : int = 1 | TouchEventProxy | ||
isPrimaryTouchPoint : Boolean | TouchEventProxy | ||
isRelatedObjectInaccessible : Boolean | TouchEventProxy | ||
localX : Number | TouchEventProxy | ||
localY : Number | TouchEventProxy | ||
pressure : Number | TouchEventProxy | ||
sizeX : Number | TouchEventProxy | ||
sizeY : Number | TouchEventProxy | ||
stageX : int | TouchEventProxy | ||
stageY : int | TouchEventProxy | ||
time : uint | TouchEventProxy | ||
timestamp : Number | TouchEventProxy | ||
touchPointID : int | TouchEventProxy | ||
type : String | TouchEventProxy |
Method | Defined By | ||
---|---|---|---|
TouchEventProxy(e:TouchEvent = null) | TouchEventProxy | ||
TouchEventProxy | |||
asTouchEvent():TouchEvent | TouchEventProxy |
bubbles | property |
public var bubbles:Boolean
cancelable | property |
public var cancelable:Boolean
controlKey | property |
public var controlKey:Boolean
dtime | property |
public var dtime:Number = 0
frame | property |
public var frame:int = 1
isPrimaryTouchPoint | property |
public var isPrimaryTouchPoint:Boolean
isRelatedObjectInaccessible | property |
public var isRelatedObjectInaccessible:Boolean
localX | property |
public var localX:Number
localY | property |
public var localY:Number
pressure | property |
public var pressure:Number
sizeX | property |
public var sizeX:Number
sizeY | property |
public var sizeY:Number
stageX | property |
public var stageX:int
stageY | property |
public var stageY:int
time | property |
public var time:uint
timestamp | property |
public var timestamp:Number
touchPointID | property |
public var touchPointID:int
type | property |
public var type:String
TouchEventProxy | () | Constructor |
public function TouchEventProxy(e:TouchEvent = null)
e:TouchEvent (default = null )
|
asGWTouchEvent | () | method |
asTouchEvent | () | method |
public function asTouchEvent():TouchEvent
ReturnsTouchEvent |