Simulate input/Mouse: Difference between revisions

m
→‎Windows: Remove vanity tags
m (→‎{{header|Ring}}: Remove vanity tags)
m (→‎Windows: Remove vanity tags)
Line 13:
Animates the movement of the mouse pointer from the screen center to the bottom left corner where the Windows button is usually present on most Windows desktops. Once there, a left click is simulated. The exact speed, motion and behaviour of the pointer will vary from desktop to desktop. Compatible with MinGW or GCC for Windows.
<lang C>
/*Abhishek Ghosh, 10th October 2017*/
 
#define WINVER 0x500
#include<windows.h>
Line 52 ⟶ 50:
}
</lang>
 
=={{header|Common Lisp}}==
{{libheader|xdotool}}
10,327

edits