Simulate input/Mouse: Difference between revisions

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

edits