Skip to content

MoveMouseParams

Parameters for moveMouse.

Import:

import type { MoveMouseParams } from 'obsidian-dev-utils/obsidian/desktop-trusted-input';

Signature:

export interface MoveMouseParams

Properties

PropertyTypeDescription
xnumberThe x coordinate (web-contents DIP) to move the pointer to.
ynumberThe y coordinate (web-contents DIP) to move the pointer to.

Links to this page: