Mouse_Event(MOUSEEVENTF_ABSOLUTE or MOUSEEVENTF_LEFTDOWN, round(screen.Width/2), round(screen.Height/2), 0, 0); // нажать по центру экрана
Mouse_Event(MOUSEEVENTF_ABSOLUTE or MOUSEEVENTF_LEFTUP, round(screen.Width/2), round(screen.Height/2), 0, 0); // отпустить, координаты так же указываются