(x: number, y: number)
| 139 | } |
| 140 | |
| 141 | export async function focusLinux(x: number, y: number): Promise<void> { |
| 142 | await pressLinux(x, y); |
| 143 | } |
| 144 | |
| 145 | // ── Swipe / scroll ────────────────────────────────────────────────────── |
| 146 |
no test coverage detected