public void InvokeInput() { //Console.WriteLine("input"); Systems.InvokeInput(); }
/// <summary> /// Called when input information should be processed. /// Delegates the call to all inner systems that are marked for input processing /// </summary> public virtual void InvokeInput() { Systems.Flush(); Systems.InvokeInput(); }