[SOLVED] Where to put inputManager.setCursorVisible(true);?

Well, that’s because you didn’t disable the flyCam. The flyByCamera control enables/disables the cusror visibility in different circumstances, you should see the code if you want to know exactly when.

If you want just to have the cursor and not the flyCam controls, just disable it. You have several ways:

EDIT: To put blocks of code, you should use: ``` before and after the code ```