public void AddAccelerometerInput(string theAction, Input.Direction theDirection, float tiltThreshold) { MyInput(theAction).AddAccelerometerInput(theDirection, tiltThreshold); }
public void AddTouchSlideInput(string theAction, Input.Direction theDirection, float slideDistance) { MyInput(theAction).AddTouchSlideInput(theDirection, slideDistance); }