Type alias MouseEventType

MouseEventType: "down" | "up" | "moved" | "dragged" | "cursorChanged"

Type of mouse event.

Represents the cause that generated a mouse event.

Generated using TypeDoc