()
| 49 | } |
| 50 | |
| 51 | export function disable() { |
| 52 | previewPointerWatcher?.remove(); |
| 53 | previewPointerWatcher = null; |
| 54 | disableMultimonitorSupport(); |
| 55 | } |
| 56 | |
| 57 | /** |
| 58 | * Checks for multiple monitors and if so, then enables multimonitor |
nothing calls this directly
no test coverage detected