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

Function TouchInput

docs/app/js/sanddance-app.js:93225–93229  ·  view source on GitHub ↗

* Multi-user touch events input * @constructor * @extends Input

()

Source from the content-addressed store, hash-verified

93223 * @constructor
93224 * @extends Input
93225 */ function TouchInput() {
93226 this.evTarget = TOUCH_TARGET_EVENTS;
93227 this.targetIds = {};
93228 Input.apply(this, arguments);
93229 }
93230 inherit(TouchInput, Input, {
93231 handler: function MTEhandler(ev) {
93232 var type = TOUCH_INPUT_MAP[ev.type];

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected