Esempio n. 1
0
 public WinMMJoyDetails(int num_axes)
 {
     this.Min = new float[num_axes];
     this.Max = new float[num_axes];
     this.PovType = WinMMJoystick.PovType.None;
 }
Esempio n. 2
0
 public WinMMJoyDetails(int num_axes)
 {
     this.Min     = new float[num_axes];
     this.Max     = new float[num_axes];
     this.PovType = WinMMJoystick.PovType.None;
 }