Exemplo n.º 1
0
 public Loop()
 {
     cntrDraw    = new TickCounter();
     cntrLogic   = new TickCounter();
     LimitFrames = true;
     TickRate    = 60;
 }
Exemplo n.º 2
0
 public TickEventArgs(Time time, TickCounter tps)
 {
     Time    = time;
     Counter = tps;
     Stop    = false;
 }