MouseEvent constructor
MouseEvent(
- MouseEventType type,
- MouseButton? button,
- Vector2 localPosition,
- Vector2 delta,
Implementation
MouseEvent(this.type, this.button, this.localPosition, this.delta);