Exemplo n.º 1
0
 public WiiController(Game game, GameState gm, InputBuffer b)
     : base(game, gm, b)
 {
     wm = new WiimoteLib.Wiimote();
     wm.Connect();
     wm.SetReportType(WiimoteLib.InputReport.IRAccel, WiimoteLib.IRSensitivity.Maximum, true);
 }
Exemplo n.º 2
0
 static void Main(string[] args)
 {
     Console.WriteLine("Welcome to Activity Monitor Super-Awesome Application that does stuff");
     WiimoteLib.Wiimote main = new WiimoteLib.Wiimote();
     main.Connect();
 }
Exemplo n.º 3
0
 static void Main(string[] args)
 {
     Console.WriteLine("Welcome to Activity Monitor Super-Awesome Application that does stuff");
     WiimoteLib.Wiimote main = new WiimoteLib.Wiimote();
     main.Connect();
 }