()
| 23 | } |
| 24 | |
| 25 | function resolveLinuxInputProvider() { |
| 26 | return resolveLinuxToolProvider().input; |
| 27 | } |
| 28 | |
| 29 | /** Move the pointer to (x, y) using the detected input tool. */ |
| 30 | async function moveTo(x: number, y: number): Promise<void> { |
no test coverage detected