IJoystick.axless

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);
interface IJoystick
@property @safe
int[]
axless
()

Meta