if (OVRInput.GetUp(OVRInput.Touch.PrimaryTouchpad, OVRInput.GetActiveController())) {
//Code Here when True } But Function Always return false. i placed Update() and FixedUpdate() according to the OVRInput Document. OVRInput.GetDown is working Properly..