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

Method enableEventType

docs/app/js/sanddance-app.js:94584–94586  ·  view source on GitHub ↗

* Enable this input (begin processing events) * if the specified event type is among those handled by this input.

(eventType, enabled)

Source from the content-addressed store, hash-verified

94582 * Enable this input (begin processing events)
94583 * if the specified event type is among those handled by this input.
94584 */ enableEventType(eventType, enabled) {
94585 if (eventType === EVENT_TYPE) this.options.enable = enabled;
94586 }
94587}
94588exports.default = WheelInput;
94589

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected