MeFisto94 / jme-discussion

This Repository is used to keep track of potential future feature additions to the jMonkeyEngine. Look at the Issues.
BSD 3-Clause "New" or "Revised" License
1 stars 0 forks source link

Fix Issues with LWJGL3 #5

Open MeFisto94 opened 4 years ago

MeFisto94 commented 4 years ago

There are quite a few issues with LWJGL3, most of which are our responsibility. For instance: LWJGL3 now returns keyCodes and virtualKeys. JME changed the behavior on which ones to pick, but it's important to have both: Virtual Keys to support the Layout for a Chatbox/Text Input and KeyCodes for WASD to be where it usually is.

Another issue is Mac OS X and the Settings Dialog: Even when jumping through a few hoops it still doesn't really work reliably.

Settings Dialog 2: The AWT Refresh Rates are incorrect (or too correct) and thus crash when attempting to launch lwjgl3 in fullscreen.