public void TestConstructor() {
      requireAttachedJoystick();

      var converter = new GamePadConverter(this.joystick);
    }
예제 #2
0
        public void TestConstructor()
        {
            requireAttachedJoystick();

            var converter = new GamePadConverter(this.joystick);
        }