Class InputMapperAbstract

Accepts input events and emits input events.

Implements

  • InputEventListener

Constructors

Methods

Constructors

Methods

  • Parameters

    Returns boolean

    true if the given event should be considered "handled" by the app and thus not forwarded to other targets. For example, returning "true" for a touchpad pinch event prevents the pinch event from zooming the webpage.

    Generally, this should return the result of calling this.emit with some event.

OpenSource licenses