AZERTY in jME3?

Hi,



I am a beginner with jME3, and I use a french keyboard.



I have found no way to use ZQSD keys in place of default setting.



This code does not work well (FLYCAM_Forward is not found).



If someone has a solution, thanks :slight_smile:

FlyCam is not initialized until after simpleInit(). If you want to override the default behavior then you can subclass FlyCam or the FlyCamAppState and use it instead of the standard one.

Read the JME3 tutorial on inputs - it shows how key mapping is handled (so you would be able to set up for azerty keyboards simply by changing the mapping).

Sorry not to have responded earlier, I had a lot of work.



So thank you, the tutorial on inputs helped me, it’s ok :slight_smile: