MouseEvent
(
type
,
stageX
,
stageY
,
target
,
nativeEvent
,
pointerID
,
primary
,
rawX
,
rawY
)
- Parameters:
-
type <String>The event type. -
stageX <Number>The normalized x position relative to the stage. -
stageY <Number>The normalized y position relative to the stage. -
target <DisplayObject>The display object this event relates to. -
nativeEvent <MouseEvent>The native DOM event related to this mouse event. -
pointerID <Number>The unique id for the pointer. -
primary <Boolean>Indicates whether this is the primary pointer in a multitouch environment. -
rawX <Number>The raw x position relative to the stage. -
rawY <Number>The raw y position relative to the stage.