Beispiel #1
0
 private void timer1_Tick(object sender, EventArgs e)
 {
     joystick.GetData();
     UpdateFormControls();
 }
 private void timer2_Tick(object sender, EventArgs e)
 {
     joystick.GetData();
     UpdateFormControls();  // 값 업데이트 부분을 따로 분리함
 }