Why does this only run once and not every time my mouse moves?
window.addEventListener("mousemove", function(e) {
let x = e.clientX; l