Exemple #1
0
 void OnMouseDown()
 {
     if (IsLeftMousePressed())
     {
         if (!OptionsToolController.IsMouseOver())
         {
             if (IsGameMakingDiagnostic() && !DiagnosticSceneController.ThereIsDialogToShow())
             {
                 OptionsToolController.Show(this, notifyInformation);
             }
         }
     }
 }
Exemple #2
0
 void OnMouseDown()
 {
     if (IsLeftMousePressed())
     {
         if (!OptionsToolController.IsMouseOver())
         {
             if (IsGamePlaying())
             {
                 OptionsToolController.Show(this, notifyInformation);
             }
         }
     }
 }