Implements

Constructors

Properties

Accessors

Methods

Constructors

Properties

_type: "mouse"
button: number = 0
side: null | string = null
type: MouseEventType = MouseEventType.Click
x: number = 0
y: number = 0

Accessors

  • get args(): (null | string | number)[]
  • Returns (null | string | number)[]

  • get name(): | "monitor_touch"
    | "mouse_click"
    | "mouse_drag"
    | "mouse_scroll"
    | "mouse_up"
    | "mouse_move"
  • Returns
        | "monitor_touch"
        | "mouse_click"
        | "mouse_drag"
        | "mouse_scroll"
        | "mouse_up"
        | "mouse_move"

Methods

  • Parameters

    • args: any[]

    Returns null | IEvent