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