Exemple #1
0
        public Form1()
        {
            InitializeComponent();

            this.joystick = new JoystickInput.Joystick(this.Handle);
            this.devices = new List<JoystickInput.JoystickDevice>();
        }
Exemple #2
0
        public Form1()
        {
            InitializeComponent();

            this.joystick = new JoystickInput.Joystick(this.Handle);
            this.devices  = new List <JoystickInput.JoystickDevice>();
        }