Example #1
0
        public void ClickToNewGame(ViewInfo viewInfo)
        {
            var lu = screenCapturer.GetWindowLUPoint(viewInfo.Hwnd);

            inputGenerator.MoveMouseAbsolute((int)(lu.X + 260), (int)(lu.Y + 80));
            inputGenerator.DoMouseClick();
        }