events.onHandleKeys(() => { if (input.isKeyDown("C")) { zoom.start(10, 0.2); } else { zoom.stop(); } });