I'm writing a painting program in basic and I wanted to make a function that switches the pixel's states (off to on and on to off). I got it to work
but it's slow....like really slow, plus the cursor is not inverted to match (it's a white box with the symbol in it). I was wondering is there a way
to program in C that can flip the pixel state at a faster rate (my method for now just does it on pixel at a time), and a way to invert the cursor?
