MCPcopy Create free account
hub / github.com/PavelDoGreat/WebGL-Fluid-Simulation / updatePointerUpData

Function updatePointerUpData

script.js:1549–1551  ·  view source on GitHub ↗
(pointer)

Source from the content-addressed store, hash-verified

1547}
1548
1549function updatePointerUpData (pointer) {
1550 pointer.down = false;
1551}
1552
1553function correctDeltaX (delta) {
1554 let aspectRatio = canvas.width / canvas.height;

Callers 1

script.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected