Home
last modified time | relevance | path

Searched refs:hoty (Results 1 – 1 of 1) sorted by relevance

/external/libvncserver/webclients/novnc/include/
Ddisplay.js456 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
677 cur.push16le(hoty); // 12: hotspot y coordinate
738 target.style.cursor = 'url(' + url + ')' + hotx + ' ' + hoty + ', default';