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

Method _handleDelayedMouseMove

systemvm/agent/noVNC/core/rfb.js:1356–1361  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1354 }
1355
1356 _handleDelayedMouseMove() {
1357 this._mouseMoveTimer = null;
1358 this._sendMouse(this._mousePos.x, this._mousePos.y,
1359 this._mouseButtonMask);
1360 this._mouseLastMoveTime = Date.now();
1361 }
1362
1363 _sendMouse(x, y, mask) {
1364 if (this._rfbConnectionState !== 'connected') { return; }

Callers 1

_handleMouseMoveMethod · 0.95

Calls 2

_sendMouseMethod · 0.95
nowMethod · 0.80

Tested by

no test coverage detected