Represents an input event fired on a ElementComponent. When an event is raised on an ElementComponent it bubbles up to its parent ElementComponents unless we call stopPropagation().

Hierarchy (View Summary)

Constructors

Properties

Methods

Constructors

Properties

camera: CameraComponent

The CameraComponent that this event was originally raised via.

element: ElementComponent

The ElementComponent that this event was originally raised on.

MouseEvent or TouchEvent that was originally raised.

Methods