Class DummyCanvasOperator

A dummy implementation of the CanvasOperator 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 canvas operator in its context, but this context does not have any functionality.

DummyKmtInputContext

Implements

Constructors

Properties

Constructors

Properties

height: number = 0
position: Point = { x: 0, y: 0 }
setCursor: (style: "default" | "grab" | "grabbing") => void = NO_OP
width: number = 0