コード例 #1
0
 void legsGesture_gestureAction(object sender, KeyboardEventData eventData)
 {
     gestureDispatchLogger.Debug("The thread executing this code is : " + Thread.CurrentThread.Name);
     SendGameCommand(eventData.GetKeyboradAction(), eventData.GetKeyboardPersistance());
 }
コード例 #2
0
 void jumpGesture_keyboardGestureAction(object sender, KeyboardEventData eventData)
 {
     SendGameCommand(eventData.GetKeyboradAction(), eventData.GetKeyboardPersistance());
 }