Re: Input events - Design help
Posted by
gouessej on
Feb 27, 2013; 3:08pm
URL: https://forum.jogamp.org/Input-events-Design-help-tp4028400p4028401.html
Hi
It would be fine to add GPIO support into NEWT Controller API (work in progress). Then, I'll be able to modify JMonkeyEngine to receive the events coming from these peripherals. If you're really in a hurry, you can directly integrate your libraries in JMonkeyEngine but it will be a bit tricky.
Edit.: Look at the "core" module in the package "com.jme3.input".
Edit.2: Implement the interface com.jme3.input.JoyInput in com/jme3/input/jogl for example. This is what I will do with NewtJoyInput in some weeks or months.