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

Method _updatePosition

systemvm/agent/noVNC/core/util/cursor.js:240–243  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

238 }
239
240 _updatePosition() {
241 this._canvas.style.left = this._position.x + "px";
242 this._canvas.style.top = this._position.y + "px";
243 }
244
245 _captureIsActive() {
246 return document.captureElement &&

Callers 3

changeMethod · 0.95
moveMethod · 0.95
_handleMouseMoveMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected