Im looking for a function or something else that behaves like the _getch()
in c++, something that takes a single char input without needing to press enter, and not printing/displaying the pressed key.
I tried using ReadKey(true)
but all it did was move the cursor to the leftmost position.