Home
last modified time | relevance | path

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

/external/libvncserver/webclients/novnc/include/
Ddisplay.js580 that.changeCursor = function(pixels, mask, hotx, hoty, w, h) { argument
587 changeCursor(conf.target, pixels, mask, hotx, hoty, w, h);
589 changeCursor(conf.target, pixels, mask, hotx, hoty, w, h, conf.colourMap);
603 function changeCursor(target, pixels, mask, hotx, hoty, w, h, cmap) { argument
635 cur.push16le(hotx); // 10: hotspot x coordinate
698 target.style.cursor = "url(" + url + ") " + hotx + " " + hoty + ", default";