Clicking prevents the next pause on text output
Closed this issue · 1 comments
eglaysher commented
Clicking during a long run in text output prevents the pause that would occur after that text output. This is most easily seen in the English edition of planetarian.
eglaysher commented
Speculation: it looks like the mouse down event gets sent to the TextoutLongOperation, which clears the TextoutLongOperation. The PauseLongOperation then gets put on the operational stack and then receives the corresponding mouse up event, which ends the PauseLongOperation.