Searched refs:hotx (Results 1 – 1 of 1) sorted by relevance
/external/libvncserver/webclients/novnc/include/ |
D | display.js | 456 changeCursor: function (pixels, mask, hotx, hoty, w, h) { argument 463 Display.changeCursor(this._target, pixels, mask, hotx, hoty, w, h); 465 Display.changeCursor(this._target, pixels, mask, hotx, hoty, w, h, this._colourMap); 640 Display.changeCursor = function (target, pixels, mask, hotx, hoty, w0, h0, cmap) { argument 676 cur.push16le(hotx); // 10: hotspot x coordinate 738 target.style.cursor = 'url(' + url + ')' + hotx + ' ' + hoty + ', default';
|