Skip to content

Instantly share code, notes, and snippets.

@cantren
cantren / autoclick.c
Last active August 29, 2015 14:18 — forked from pioz/autoclick.c
// Written by Pioz.
// Compile with: gcc -o autoclick autoclick.c -lX11
#include <stdio.h>
#include <string.h>
#include <X11/Xlib.h>
// Simulate mouse click
void
click (Display *display, int button)