simulatedMouseMove method
(undocumented) @expose @param {Event} e @param {Point} modelpt @param {Diagram} overdiag the diagram attached to the target of the mouse move event, if any. @return {boolean}
Implementation
_i2.bool simulatedMouseMove(
_i2.dynamic e,
_i3.Point modelpt, [
_i3.Diagram? overdiag,
]) =>
_i4.callMethod(
this,
'simulatedMouseMove',
[
e,
modelpt,
overdiag ?? _i5.undefined,
],
);