MoveMouseParams
Parameters for moveMouse.
Import:
import type { MoveMouseParams } from 'obsidian-dev-utils/obsidian/desktop-trusted-input';Signature:
export interface MoveMouseParamsProperties
| Property | Type | Description |
|---|---|---|
| x | number | The x coordinate (web-contents DIP) to move the pointer to. |
| y | number | The y coordinate (web-contents DIP) to move the pointer to. |
Links to this page: