Пример #1
0
 public void AddAccelerometerInput(string theAction,
                                   Input.Direction theDirection,
                                   float tiltThreshold)
 {
     MyInput(theAction).AddAccelerometerInput(theDirection,
                                              tiltThreshold);
 }
Пример #2
0
 public void AddTouchSlideInput(string theAction,
                                Input.Direction theDirection,
                                float slideDistance)
 {
     MyInput(theAction).AddTouchSlideInput(theDirection,
                                           slideDistance);
 }