A method that returns the value of all axes of the controller. The maximum number of axes can be checked using the .length property:
writeln("Axless count: ", joystick.axless.length);
See Implementation
A method that returns the value of all axes of the controller. The maximum number of axes can be checked using the .length property: