Conversation
This adds multiple functions to read, count, and discard console input events. Using `ReadConsoleInput` instead of `ReadConsole` or `ReadFile` is necessary to capture extended events such as window resize, focus, and extended key and mouse events. This also define console event types and structs.
|
This PR (HEAD: 1ba63fc) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/sys/+/621515. Important tips:
|
|
Message from Gopher Robot: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/621515. |
|
Message from Ayman Bagabas: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/621515. |
|
This PR (HEAD: 2f88dfd) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/sys/+/621515. Important tips:
|
|
This PR (HEAD: f34308d) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/sys/+/621515. Important tips:
|
This adds multiple functions to read, count, and discard console input events. Using
ReadConsoleInputinstead ofReadConsoleorReadFileis necessary to capture extended events such as window resize, focus, and extended key and mouse events.This also define console event types and structs.