Ejemplo n.º 1
0
        public Form1()
        {
            InitializeComponent();
            MainPath = System.IO.Path.GetDirectoryName(System.Reflection.Assembly.GetExecutingAssembly().Location);
            MainPath = System.IO.Path.GetDirectoryName(MainPath);
            MainPath = System.IO.Path.GetDirectoryName(MainPath);

            CFileName.Text = MainPath + @"\PC VCS Examples\TeachMotion\Probedata.txt";
            KM             = new KMotion_dotNet.KM_Controller();
            FFJoy          = new ForceFeedbackJoystick();
            JoystickType   = FFJoy.Connect(this);
        }
Ejemplo n.º 2
0
        public Form1()
        {
            InitializeComponent();
            MainPath = System.IO.Path.GetDirectoryName(System.Reflection.Assembly.GetExecutingAssembly().Location);
            MainPath = System.IO.Path.GetDirectoryName(MainPath);
            MainPath = System.IO.Path.GetDirectoryName(MainPath);

            CFileName.Text = MainPath + @"\PC VCS Examples\TeachMotion\Probedata.txt";
            KM = new KMotion_dotNet.KM_Controller();
            FFJoy = new ForceFeedbackJoystick();
            JoystickType = FFJoy.Connect(this);
        }
Ejemplo n.º 3
0
 private void check_virtual_joystick_options()
 {
     joystick_type = JOYSTICK_TYPE.VPAD_LEFT;
 }
Ejemplo n.º 4
0
 private void check_virtual_joystick_options()
 {
     joystick_type = JOYSTICK_TYPE.VPAD_LEFT;
 }