My console application uses ReadKeys thruout the code; if a person where to say click a key when an ReadKey is not active, it would to my speculation be added to a que of sorts, so when the code gets to the readKey it instantly goes on the previus keypress and continues as if that key was pressed. Is there a way to fix this?
Edit: To clarify, axidental keypresses affect the ReadKeys that have not yet been run