Пример #1
0
        private static bool ClearAll(string command, Variable[] vars, bool quiet, bool force)
        {
            DragDropManager.GracefulStop(); // clear drag/drop queue
            Targeting.CancelTarget();       // clear target queue & cancel current target
            DragDropManager.DropCurrent();  // drop what you are currently holding

            return(true);
        }
Пример #2
0
 private static void Resync(string[] args)
 {
     DragDropManager.DropCurrent();
     ActionQueue.Stop();
     UseHotKeys.Resync();
 }