MCPcopy Create free account
hub / github.com/apache/cloudstack / _flushMouseMoveTimer

Method _flushMouseMoveTimer

systemvm/agent/noVNC/core/rfb.js:1643–1649  ·  view source on GitHub ↗
(x, y)

Source from the content-addressed store, hash-verified

1641 }
1642
1643 _flushMouseMoveTimer(x, y) {
1644 if (this._mouseMoveTimer !== null) {
1645 clearTimeout(this._mouseMoveTimer);
1646 this._mouseMoveTimer = null;
1647 this._sendMouse(x, y, this._mouseButtonMask);
1648 }
1649 }
1650
1651 // Message handlers
1652

Callers 2

_handleMouseMethod · 0.95
_handleMouseButtonMethod · 0.95

Calls 1

_sendMouseMethod · 0.95

Tested by

no test coverage detected