Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我知道 KeyListener 是如何工作的,但问题是抽象方法 KeyPressed 不能按我的预期工作。不是每次按键都调用该函数,而是在按键一直被按下时调用该函数。是否可以仅在我按下键时而不是在按下键时处理?
实现 KeyListener 并覆盖 keyPressed。设置一个在调用 keyReleased 之前一直保留的值。