Package: pumpkin.events
The MouseEvent class is used for all mouse and touch interactions.
Create new MouseEvent. | |
Create new MouseEvent, bubbles and cancelable. |
Mouse click event. | |
Mouse pressed down event. | |
Mouse release event. | |
Mouse moved event. | |
Mouse entered event. | |
Mouse left event. | |
Local mouse x position in pixels. | |
Stage mouse y position in pixels. | |
Mouse button ID. | |
Touch id of the touch event. | |
Touch event that triggered the MouseEvent. | |
World position of the mouse position. Represnts the click position in scene space, only valid for 3d movieclip,. |
Cast event to a abstracted type. | |
Cast target to type. | |
Returns true if event propagation was stoped. | |
Returns true if event propagation was stoped. | |
[dev] | |
[dev] |
Enter frame event. | |
DisplayObject resize event. | |
General completion event. | |
Changed event. | |
Display object or one of its parents added to the stage. | |
Display object or one of its parents removed from the stage. | |
Event type eg. | |
Event bubbles up the display list hierarchy. | |
Event is cancelable. | |
Current event target trigger or the object dispatchEvent() is bieng called ( use target instead ). | |
The target object dispatchEvent() is bieng called on. | |
Is the event used or consumed eg. | |
Current EventPhase id. |