Ejemplo n.º 1
0
 /// <summary>
 /// Initializes a new instance of <see cref="GamePadEventArgs"/>.
 /// </summary>
 public GamePadEventArgs(GamePadState state)
 {
     this.State = state;
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Initializes a new instance of <see cref="GamePadEventArgs"/>.
 /// </summary>
 public GamePadEventArgs(GamePadState state)
 {
     this.State = state;
 }