RemoteControlMouseEvent constructor

RemoteControlMouseEvent(
  1. dynamic from,
  2. dynamic to,
  3. int _ts,
  4. double _x,
  5. double _y,
  6. String _actionType,
)

Implementation

RemoteControlMouseEvent(from, to, this._ts, this._x, this._y, this._actionType) : super(from, to);