public DButton(JoystickOffset offset) { Offset = offset; IsAnalog = false; Index = (offset - JoystickOffset.Buttons0); Name = NameUtils.GetButtonLabel(Index); }