Using JMonkey to display 3D models in a Swing application/JInternalFrame. Wanted to add support for gamepad/joystick and getting a null from inputManager.getJoysticks();
Digging into the code for AwtPanelsContext no code is implemented to load a joystick and returns null. https://github.com/jMonkeyEngine/jmonkeyengine/blob/master/jme3-desktop/src/main/java/com/jme3/system/awt/AwtPanelsContext.java
Is this code not implemented or not possible to support joystick in a AwtPanelsContext mode?
Using JMonkey to display 3D models in a Swing application/JInternalFrame. Wanted to add support for gamepad/joystick and getting a null from inputManager.getJoysticks();
Digging into the code for AwtPanelsContext no code is implemented to load a joystick and returns null. https://github.com/jMonkeyEngine/jmonkeyengine/blob/master/jme3-desktop/src/main/java/com/jme3/system/awt/AwtPanelsContext.java
Is this code not implemented or not possible to support joystick in a AwtPanelsContext mode?