Get key press without pressing enter in console

前端 未结 1 823
粉色の甜心
粉色の甜心 2020-11-27 08:16

I have a console program written in Java that should respond to single key presses, but the user does not press enter.

I\'m making pong.. so need the up and down key

相关标签:
1条回答
  • 2020-11-27 08:46

    I think you can't without native code and JNI. Take a look at Java Curses library: http://sourceforge.net/projects/javacurses/

    0 讨论(0)
提交回复
热议问题