q5play
    Preparing search index...

    Function draw

    • ⭐ The q5 draw function is run 60 times per second by default.

      Returns void

      q5.draw = function () {
      background('silver');
      circle(mouseX, mouseY, 80);
      };