InputSystem.HasAxes

Whether or not the system has axes.

class InputSystem(ButtonEnum, AxisEnum)
enum HasAxes = !is(AxisEnum == void);

Meta