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