sergey7777777
New Member
How programmatically to press the screen in coordinates(X=100 Y=200) ?
In Windows API there is a decision:
SetCursorPos_(x,y)
mouse_event_(#MOUSEEVENTF_LEFTDOWN,0,0,0,0)
thanks for the answer
In Windows API there is a decision:
SetCursorPos_(x,y)
mouse_event_(#MOUSEEVENTF_LEFTDOWN,0,0,0,0)
thanks for the answer