Ejemplo n.º 1
0
    private void Update()
    {
        var input = inputSource.ReadInput();

        manipulator.DispatchedUpdate(input);
    }