MCPcopy Create free account
hub / github.com/microsoft/SandDance / CanvasHandler

Function CanvasHandler

docs/app/js/sanddance-app.js:123593–123599  ·  view source on GitHub ↗
(loader, tooltip)

Source from the content-addressed store, hash-verified

123591const TooltipHideEvent = MouseOutEvent;
123592const HrefEvent = ClickEvent;
123593function CanvasHandler(loader, tooltip) {
123594 Handler.call(this, loader, tooltip);
123595 this._down = null;
123596 this._touch = null;
123597 this._first = true;
123598 this._events = {};
123599}
123600const eventBundle = (type10)=>type10 === TouchStartEvent || type10 === TouchMoveEvent || type10 === TouchEndEvent ? [
123601 TouchStartEvent,
123602 TouchMoveEvent,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected