Example #1
0
 /// <summary>
 /// Constructor
 /// </summary>
 /// <param name="ws">Wiimote state</param>
 public WiimoteChangedEventArgs(WiimoteState ws)
 {
     WiimoteState = ws;
 }
Example #2
0
 /// <summary>
 /// Constructor
 /// </summary>
 /// <param name="ws">Wiimote state</param>
 public WiimoteChangedEventArgs(WiimoteState ws)
 {
     WiimoteState = ws;
 }