/// <summary> /// Waits for the specified controls gui thread to be idle waiting for user input /// </summary> /// <param name="Control"></param> public static void WaitForInputIdle(GUIObject Control) { Input.WaitForInputIdle(Control.Handle, m_APE.TimeOut); }