Simulate input/Mouse: Difference between revisions

Content added Content deleted
m (→‎{{header|Wren}}: Minor tidy)
m (→‎{{header|Wren}}: Added compilation hint for C program.)
 
Line 910: Line 910:
<br>
<br>
We now embed this Wren script in the following C program, compile and run it.
We now embed this Wren script in the following C program, compile and run it.
<syntaxhighlight lang="c">#include <stdio.h>
<syntaxhighlight lang="c">/* gcc Simulate_input_Mouse.c -o Simulate_input_Mouse -lX11 -lwren -lm */

#include <stdio.h>
#include <stdlib.h>
#include <stdlib.h>
#include <string.h>
#include <string.h>