void OnMouseUp()
 {
     //Debug.Log ("Let go of button" + thisButton.ToString());
     inputHandler.ButtonLetGo(thisButton);
 }