0
How to handle keyboard input in c++?
How would you do this? In Java you could do this by addKeyListener();
1 Odpowiedź
+ 1
in Java, you use this method on a GUI library like jframe. Likewise, in c++ you'll need a GUI library like glfw, smfl, qt, etc. each library has it's own method for input.