コード例 #1
0
 public JoystickButtonUpEvent(InputDevice device, JoystickInputDevice.Button button)
     : base(device, button)
 {
 }
コード例 #2
0
 public JoystickButtonEvent(InputDevice device, JoystickInputDevice.Button button)
     : base(device)
 {
     this.button = button;
 }