Re: Input events - Design help
Posted by krishnak on Mar 05, 2013; 8:03am
URL: https://forum.jogamp.org/Input-events-Design-help-tp4028400p4028488.html
The other boolean isRelative is not used any where in the code, I made a reference search for the method JoystickAxis.isRelative () method and also for DefaultJoystickAxis.isRelative() - both brought no results for this method.
However is isAnalog is having 1 reference.
I get the camera motion even after a button press has been released irrespective of the isAnalog values or isRelative values (I have tried all combinations for these two) - it doesn't seem to have any effect.