Skip to content

@jsvision/core / MouseEvent

Interface: MouseEvent

Defined in: input/events.ts:25

A mouse button/motion report. Coordinates are 1-based, exactly as the terminal sends them.

Properties

button

readonly button: number

Defined in: input/events.ts:28


kind

readonly kind: "drag" | "down" | "up" | "move"

Defined in: input/events.ts:27


type

readonly type: "mouse"

Defined in: input/events.ts:26


x

readonly x: number

Defined in: input/events.ts:29


y

readonly y: number

Defined in: input/events.ts:30