Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/frontend/webrtc/html_client/js/
Dtouch.js19 function trackPointerEvents(touchInputElement, dc, scaleCoordinates) { argument
26 …sendEventUpdate(dc, e.target, [{x: e.offsetX, y: e.offsetY, id: e.pointerId}], scaleCoordinates, t…
36 …sendEventUpdate(dc, e.target, [{x: e.offsetX, y: e.offsetY, id: e.pointerId}], scaleCoordinates, f…
46 …sendEventUpdate(dc, e.target, [{x: e.offsetX, y: e.offsetY, id: e.pointerId}], scaleCoordinates, t…
75 function sendEventUpdate(dc, touchInputElement, evs /*[{x, y, id}]*/, scaleCoordinates, down) { argument
86 const [x_scaled, y_scaled] = scaleCoordinates(touchInputElement, e.x, e.y);
Dapp.js1008 #addMouseTracking(touchInputElement, scaleCoordinates) { argument
1009 trackPointerEvents(touchInputElement, this.#deviceConnection, scaleCoordinates);