Cheese
2021-03-08 08:54:32 UTC
Keyboard input, socket input, mouse input, multiple keys simultaneously.
But in c++, I can't find the name of what makes this possible.
Console apps only allow one line of user input at a time or use getch() for one key at a time.
What is this multitasking of inputs called? Seems like I'm the only one who doesn't know this. And people I ask don't know what I am asking.