Пример #1
0
 public DButton(JoystickOffset offset)
 {
     Offset   = offset;
     IsAnalog = false;
     Index    = (offset - JoystickOffset.Buttons0);
     Name     = NameUtils.GetButtonLabel(Index);
 }