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.
如何检查 LWJGL 中的“~”键?我尝试输入“Keyboard.KEY_WAVE”,但没有奏效。有任何想法吗?另外我正在使用 Slick2D,它是否支持密钥?
如在此链接中所见,您要查找的键称为“Keyboard.KEY_GRAVE”,所以是的,它确实支持该键。