@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
readonlybutton:number
Defined in: input/events.ts:28
kind
readonlykind:"drag"|"down"|"up"|"move"
Defined in: input/events.ts:27
type
readonlytype:"mouse"
Defined in: input/events.ts:26
x
readonlyx:number
Defined in: input/events.ts:29
y
readonlyy:number
Defined in: input/events.ts:30