public virtual void Run() { startTime = System.CurrentTimeMillis(); while (true) { re.UpdateScreen(null); re.GetKeyboardHandler().Update(); } }
public virtual void Run() { startTime = System.CurrentTimeMillis(); xcommand_t callback = new Anonymousxcommand_t(this); while (true) { re.UpdateScreen(callback); re.GetKeyboardHandler().Update(); Cbuf.Execute(); } }
public virtual void Run() { startTime = System.CurrentTimeMillis(); xcommand_t callback = new Anonymousxcommand_t(this); while (true) { re.UpdateScreen(callback); kbd.Update(); Cbuf.Execute(); try { Thread.Sleep(5); } catch (Exception e) { } } }