Login  Register

Re: JOGL 2.0 (OpenGL/OpenGL-ES) backend for LibGDX

Posted by krishnak on Mar 05, 2013; 3:49am
URL: https://forum.jogamp.org/JOGL-2-0-OpenGL-OpenGL-ES-backend-for-LibGDX-tp4027689p4028486.html

With reference to the Keyboard inputs on the PI  and JMonkey- when I press the keys I do get a log message on the console about the key pressed. But it doesn't seem to get transferred to the default JMonkey actions. i.e I have flycam On but the ASDW keys do not move the camera. The console though gets all the key events . This is true with and with out X. Any thoughts.

Edit: If I was unclear, if I run the code on a PC using JOGL renderer it picks up the ASDW keys and moves the camera which doesn't happen on the Pi