//Left mouse Click if(Input.GetMouseButtonDown(0)) //Right Mouse Click if(Input.GetMouseButtonDown(1)) //Scroll Wheel if(Input.GetMouseButtonDown(2))