如何使用lwjgl进行文本输入?

时间:2021-12-25 19:38:01

I am trying to change over from swing to LWJGL for reasons unknown, and wanted to know how to make a text box input thing. Like the JTextField or something. If anyone could tell me how to, that would be wonderful.

我试图从摇摆变换到LWJGL,原因不明,并想知道如何制作文本框输入的东西。像JTextField一样。如果有人能告诉我怎么做,那将是美好的。

Thank you very much, Howard Stark

非常感谢Howard Stark

1 个解决方案

#1


0  

For text input in LWJGL I recommend you use TWL or NiftyGUI. This are libraries that will allow you to render GUI elements.

对于LWJGL中的文本输入,我建议您使用TWL或NiftyGUI。这是允许您呈现GUI元素的库。

#1


0  

For text input in LWJGL I recommend you use TWL or NiftyGUI. This are libraries that will allow you to render GUI elements.

对于LWJGL中的文本输入,我建议您使用TWL或NiftyGUI。这是允许您呈现GUI元素的库。