HandleMouseDown
if (teamItem->HandleMouseDown(where))
if (teamItem == NULL || !teamItem->HandleMouseDown(where))
bool HandleMouseDown(BPoint where);