Engine API Reference - v2.6.1
    Preparing search index...

    Class ElementInputEvent

    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)

    Index

    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