Are you drawing the circle within the mousePressed function? If so you should do it inside the ofApp::draw() funciton. Only whatever is inside the draw funciton will eventually be drawn.
↧
Are you drawing the circle within the mousePressed function? If so you should do it inside the ofApp::draw() funciton. Only whatever is inside the draw funciton will eventually be drawn.