Class DummyKmtInputContext

A dummy implementation of the KmtInputContext interface. This is specifically for the case where a input state machine that is for the relay of the input events to the web worker. The input state machine needs a context, but this context does not have any functionality.

Implements

Constructors

Properties

alignCoordinateSystem: boolean = false
canvas: CanvasOperator = ...
initialCursorPosition: Point = { x: 0, y: 0 }

Methods