/C-xlib-example

yeap, another hobi project, but maybe a little bit easier? thats true

Primary LanguageC

xlib usage implementation

basic implementation

All you need to do is include <X11/Xlib.h>

How to create window

Auto clicker

keys display

Hello World c file

-> Include Screen, Keyboard, Mouse Button

gcc HelloWorld.c -o hello -lX11 -Wall -Wextra; ./hello

auto clicker file

gcc autoClicker.c -o hello -lX11 -lXtst; ./hello