Beispiel #1
0
 /// <summary>
 /// Tells the handler to perform a touchdown.
 /// </summary>
 public void DoTouchDown()
 {
     handler.TouchDown(relativePos);
 }