Exemplo n.º 1
0
 public JoystickButtonUpEvent(InputDevice device, JoystickInputDevice.Button button)
     : base(device, button)
 {
 }
Exemplo n.º 2
0
 public JoystickButtonEvent(InputDevice device, JoystickInputDevice.Button button)
     : base(device)
 {
     this.button = button;
 }