Have you read the [docs][1]? If you have then you'll know that the functions you are using return bool and not a pixel position. Maybe you want to use `Input.mousePosition`.
[1]: http://docs.unity3d.com/ScriptReference/Input.GetMouseButtonDown.html
↧