コード例 #1
0
ファイル: EventArgs.cs プロジェクト: ChillyFlashER/OpenInput
 /// <summary>
 /// Initializes a new instance of <see cref="GamePadEventArgs"/>.
 /// </summary>
 public GamePadEventArgs(GamePadState state)
 {
     this.State = state;
 }
コード例 #2
0
 /// <summary>
 /// Initializes a new instance of <see cref="GamePadEventArgs"/>.
 /// </summary>
 public GamePadEventArgs(GamePadState state)
 {
     this.State = state;
 }