joystick : revert commented out sysout on axis update
This commit is contained in:
parent
119a076f11
commit
5facee58e6
@ -266,7 +266,7 @@ public class TestJoystick extends SimpleApplication {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public void setAxisValue( JoystickAxis axis, float value ) {
|
public void setAxisValue( JoystickAxis axis, float value ) {
|
||||||
//System.out.println( "Axis:" + axis.getName() + "=" + value );
|
System.out.println( "Axis:" + axis.getName() + "=" + value );
|
||||||
if( axis == axis.getJoystick().getXAxis() ) {
|
if( axis == axis.getJoystick().getXAxis() ) {
|
||||||
setXAxis(value);
|
setXAxis(value);
|
||||||
} else if( axis == axis.getJoystick().getYAxis() ) {
|
} else if( axis == axis.getJoystick().getYAxis() ) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user