コード例 #1
0
ファイル: WinMMJoystick.cs プロジェクト: tanis2000/FEZ
 public WinMMJoyDetails(int num_axes)
 {
     this.Min = new float[num_axes];
     this.Max = new float[num_axes];
     this.PovType = WinMMJoystick.PovType.None;
 }
コード例 #2
0
 public WinMMJoyDetails(int num_axes)
 {
     this.Min     = new float[num_axes];
     this.Max     = new float[num_axes];
     this.PovType = WinMMJoystick.PovType.None;
 }