MCPcopy Create free account
hub / github.com/apache/cloudstack / absY

Method absY

systemvm/agent/noVNC/core/display.js:182–187  ·  view source on GitHub ↗
(y)

Source from the content-addressed store, hash-verified

180 }
181
182 absY(y) {
183 if (this._scale === 0) {
184 return 0;
185 }
186 return toSigned32bit(y / this._scale + this._viewportLoc.y);
187 }
188
189 resize(width, height) {
190 this._prevDrawStyle = "";

Callers 1

_sendMouseMethod · 0.80

Calls 1

toSigned32bitFunction · 0.90

Tested by

no test coverage detected