MCPcopy Create free account
hub / github.com/NianBroken/Firework_Simulator / handlePointerMove

Function handlePointerMove

js/script.js:1145–1151  ·  view source on GitHub ↗
(event)

Source from the content-addressed store, hash-verified

1143}
1144
1145function handlePointerMove(event) {
1146 if (!isRunning()) return;
1147
1148 if (isUpdatingSpeed) {
1149 updateSpeedFromEvent(event);
1150 }
1151}
1152
1153function handleKeydown(event) {
1154 // P

Callers

nothing calls this directly

Calls 2

isRunningFunction · 0.85
updateSpeedFromEventFunction · 0.85

Tested by

no test coverage detected