Area-CodeHealthArea-InputHelp WantedIssue-TaskProduct-Conhost
仓库指标
- Star
- (35,764 star)
- PR 合并指标
- (平均合并 27天 19小时) (30 天内合并 24 个 PR)
描述
In the InputTests, there are a handful of them that inject mouse events into the window handle.
They center around the method TestMouseWheelReadConsoleInputHelper.
They tend to fail when there are two input events in the queue instead of just the one they expect.
My theory is that the extra event in the queue is a focus or unfocus event.
We should make them all more robust to the point where they don't care/skip excess focus/unfocus events.