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

Method _updateCursor

systemvm/agent/noVNC/core/rfb.js:3184–3190  ·  view source on GitHub ↗
(rgba, hotx, hoty, w, h)

Source from the content-addressed store, hash-verified

3182 }
3183
3184 _updateCursor(rgba, hotx, hoty, w, h) {
3185 this._cursorImage = {
3186 rgbaPixels: rgba,
3187 hotx: hotx, hoty: hoty, w: w, h: h,
3188 };
3189 this._refreshCursor();
3190 }
3191
3192 _shouldShowDotCursor() {
3193 // Called when this._cursorImage is updated

Callers 2

_handleVMwareCursorMethod · 0.95
_handleCursorMethod · 0.95

Calls 1

_refreshCursorMethod · 0.95

Tested by

no test coverage detected