void OnMouseDown()
 {
     //Debug.Log ("pressed button" + thisButton.ToString());
     inputHandler.ButtonPressedDown(thisButton);
 }