menu
screenmeet_sdk_flutter package
documentation
remote_control_events.dart
RemoteControlMouseEvent
RemoteControlMouseEvent constructor
RemoteControlMouseEvent constructor
dark_mode
light_mode
RemoteControlMouseEvent
constructor
RemoteControlMouseEvent
(
dynamic
from
,
dynamic
to
,
int
_ts
,
double
_x
,
double
_y
,
String
_actionType
,
)
Implementation
RemoteControlMouseEvent(from, to, this._ts, this._x, this._y, this._actionType) : super(from, to);
screenmeet_sdk_flutter package
documentation
remote_control_events
RemoteControlMouseEvent
RemoteControlMouseEvent constructor
RemoteControlMouseEvent class