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

Function PointerEventInput

docs/tests/v2/es6/js/sanddance.js:52218–52223  ·  view source on GitHub ↗

* Pointer events input * @constructor * @extends Input

()

Source from the content-addressed store, hash-verified

52216
52217
52218 function PointerEventInput() {
52219 this.evEl = POINTER_ELEMENT_EVENTS;
52220 this.evWin = POINTER_WINDOW_EVENTS;
52221 Input.apply(this, arguments);
52222 this.store = this.manager.session.pointerEvents = [];
52223 }
52224
52225 inherit(PointerEventInput, Input, {
52226 /**

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected