ErichDonGubler / termion

A bindless library for controlling terminals/TTY.
MIT License
4 stars 1 forks source link

Windows - Step 3 - Events #4

Open mattmccarty opened 6 years ago

mattmccarty commented 6 years ago

We need to determine how events are going to be processed by both the default windows console (cmd.exe) and third party applications (i.e: Console2/ConsoleZ, ConEmu, etc). Once we realize how the events are being processed by the console application, we need to make changes (if needed) to the src/events.rs to pick up mouse and keyboard events accordingly.