InputSystem.HasButtons

Whether or not the system has buttons.

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

Meta