(isPassive)
| 6 | // public API |
| 7 | export default { |
| 8 | setPassiveMode(isPassive) { |
| 9 | _shared.passive = isPassive; |
| 10 | }, |
| 11 | setPointerEventsMode(isEnabled) { |
| 12 | _shared.pointerEventsEnabled = isEnabled; |
| 13 | }, |
nothing calls this directly
no outgoing calls
no test coverage detected