* Enable this input (begin processing events) * if the specified event type is among those handled by this input.
(eventType, enabled)
| 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 | } |
| 94588 | exports.default = WheelInput; |
| 94589 |
nothing calls this directly
no outgoing calls
no test coverage detected