Background() clear everything
in
Programming Questions
•
10 months ago
Hi! My processing Sketch read from a log file and draw the datas in a koordinate sytem. I made a cursor with a vertical and a horizontal line, that cross each other, where the mouse is. But!
If I read a data, and draw it, then it will disappear, because of the background command, but if I do not use background() the program leave the previously cursor lines and it will be a mess.
How can I clear the cursor lines, without clear the data lines?
1