Exemplo n.º 1
0
    private void StartProcessingGesture()
    {
        DetermineNextPosition();
        DetermineNextY();

        Debug.Log("Gesture detected! Next position: " + _nextPosition);
        _processingGesture = true;
        PositionChanging.Raise(_nextPosition);
    }