Example #1
0
 private void CheckMouse(Vector2D position)
 {
     if (IsPaused)
     {
         return;
     }
     Slice.Check(position, logoSet);
 }