Exemplo n.º 1
0
        public JoystickViewer(JoystickInput.JoystickDevice device)
        {
            InitializeComponent();

            this.device = device;

            this.cross = new Pen(Color.Red, 2f);
        }
Exemplo n.º 2
0
        public JoystickViewer(JoystickInput.JoystickDevice device)
        {
            InitializeComponent();

            this.device = device;

            this.cross = new Pen(Color.Red, 2f);
        }