Home
last modified time | relevance | path

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

/external/libvncserver/webclients/novnc/include/
Dinput.js505 pos = Util.getEventPosition(e, conf.target, conf.scale);
544 pos = Util.getEventPosition(e, conf.target, conf.scale);
566 pos = Util.getEventPosition(e, conf.target, conf.scale);
581 pos = Util.getEventPosition(e, conf.target, conf.scale);
Dutil.js207 Util.getEventPosition = function (e, obj, scale) { function