I have the problem, that my console application wait at random points, until i press the left mouse button. The application is written in C#. I don't use ReadKey
or something else in my application (Which even should wait for a key pressed not the mouse).
Does anyone had similar problems?
Thank you!