Exemplo n.º 1
0
 public GBSystem(IRenderable renderWindow, IInputHandler iInputHandler, ITimekeeper timeKeeper)
 {
     screen          = renderWindow;
     state           = GBSystemState.Stopped;
     isFocused       = true;
     inputHandler    = iInputHandler;
     frameTimer      = timeKeeper;
     frameLimitIndex = 1;
 }
Exemplo n.º 2
0
 public GBSystem(IRenderable renderWindow, IInputHandler iInputHandler, ITimekeeper timeKeeper)
 {
     screen = renderWindow;
     state = GBSystemState.Stopped;
     isFocused = true;
     inputHandler = iInputHandler;
     frameTimer = timeKeeper;
     frameLimitIndex = 1;
 }