Searched refs:getEventPosition (Results 1 – 2 of 2) sorted by relevance
/external/libvncserver/webclients/novnc/include/ |
D | input.js | 208 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);
|
D | util.js | 505 Util.getEventPosition = function (e, obj, scale) { function
|