Home
last modified time | relevance | path

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

/external/libvncserver/webclients/novnc/include/
Dinput.js208 var pos = Util.getEventPosition(e, this._target, this._scale);
279 var pos = Util.getEventPosition(e, this._target, this._scale);
304 var pos = Util.getEventPosition(e, this._target, this._scale);
316 var pos = Util.getEventPosition(e, this._target, this._scale);
Dutil.js505 Util.getEventPosition = function (e, obj, scale) { function