q5play
    Preparing search index...

    Function getTargetFrameRate

    • 💻 The desired frame rate of the sketch.

      Returns number

      target frame rate

      q5.draw = function () {
      background(0.8);
      textSize(64);

      text(getTargetFrameRate(), -35, 20);
      };