flash.events.TouchEvent
type
class
extends
Event
available in
flash
metadata
:require
flash10_1
Static Variables
PROXIMITY_BEGIN
:
String
PROXIMITY_END
:
String
PROXIMITY_MOVE
:
String
PROXIMITY_OUT
:
String
PROXIMITY_OVER
:
String
PROXIMITY_ROLL_OUT
:
String
PROXIMITY_ROLL_OVER
:
String
TOUCH_BEGIN
:
String
TOUCH_END
:
String
TOUCH_MOVE
:
String
TOUCH_OUT
:
String
TOUCH_OVER
:
String
TOUCH_ROLL_OUT
:
String
TOUCH_ROLL_OVER
:
String
TOUCH_TAP
:
String
Constructor
new
(type :
String
, ?bubbles :
Bool
, ?cancelable :
Bool
, ?touchPointID :
Int
, ?isPrimaryTouchPoint :
Bool
, ?localX :
Float
, ?localY :
Float
, ?sizeX :
Float
, ?sizeY :
Float
, ?pressure :
Float
, ?relatedObject :
flash.display.InteractiveObject
, ?ctrlKey :
Bool
, ?altKey :
Bool
, ?shiftKey :
Bool
)
Instance Variables
hide inherited
show inherited
altKey
:
Bool
bubbles
(default,null) :
Bool
inherited from
flash.events.Event
cancelable
(default,null) :
Bool
inherited from
flash.events.Event
ctrlKey
:
Bool
currentTarget
(default,null) :
Dynamic
inherited from
flash.events.Event
eventPhase
(default,null) :
EventPhase
inherited from
flash.events.Event
isPrimaryTouchPoint
:
Bool
isRelatedObjectInaccessible
:
Bool
localX
:
Float
localY
:
Float
pressure
:
Float
relatedObject
:
flash.display.InteractiveObject
shiftKey
:
Bool
sizeX
:
Float
sizeY
:
Float
stageX
(default,null) :
Float
stageY
(default,null) :
Float
target
(default,null) :
Dynamic
inherited from
flash.events.Event
touchPointID
:
Int
type
(default,null) :
String
inherited from
flash.events.Event
Instance Methods
hide inherited
show inherited
clone
() :
Event
inherited from
flash.events.Event
formatToString
(className :
String
, ?p1 :
Dynamic
, ?p2 :
Dynamic
, ?p3 :
Dynamic
, ?p4 :
Dynamic
, ?p5 :
Dynamic
) :
String
inherited from
flash.events.Event
isDefaultPrevented
() :
Bool
inherited from
flash.events.Event
preventDefault
() :
Void
inherited from
flash.events.Event
stopImmediatePropagation
() :
Void
inherited from
flash.events.Event
stopPropagation
() :
Void
inherited from
flash.events.Event
toString
() :
String
inherited from
flash.events.Event
updateAfterEvent
() :
Void