void OnMouseUp() { if (manager.getShown()) { manager.Hide(this); manager.setShown(false); } else { manager.Show(this); manager.setShown(true); } }