Draw A Circle After 20 Mouse Clicks In An Array

Hello, @KH1, and welcome to the Processing Community!

In order for us to help, we will need to know specifically how the coordinates of the mouse clicks should relate to the placement and the size of the circle. For instance, should the circle be centered at the average of the x and the average of the y values of the clicks? Should the radius of the circle be the average distance from the computed center of the circle to the points where the mouse was clicked?