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 full)

Constructors

Properties

Methods

Constructors

Properties

The CameraComponent that this event was originally raised via.

The ElementComponent that this event was originally raised on.

MouseEvent or TouchEvent that was originally raised.

Methods