Exemple #1
0
 // get delta touch move.
 protected Vector2 GetDraggingDelta(int index)
 {
     return(JInputManager.GetButtonDelta(index));
 }