Exemplo n.º 1
0
 void OnPointerDrag()
 {
     if (draggingLetter != null && questionLivingLetter == draggingLetter)
     {
         var pointerPosition = game.Context.GetInputManager().LastPointerPosition;
         questionLivingLetter.OnPointerDrag(pointerPosition);
     }
 }