Skip to content

A little library for automating mouse movement in X11

Notifications You must be signed in to change notification settings

degradka/mousemoverlib-c

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 

Repository files navigation

mousemoverlib-c

required packages and libraries:
debian: sudo apt-get install libx11-dev libxtst-dev libxinerama-dev
fedora/red hat: sudo dnf install libX11-devel libXtst-devel libXinerama-devel

building and running

build:
cd src make
sudo make install

examples:
see examples directory

updating/editing the code

run ./install.sh in src/
or
sudo make clean
sudo make uninstall
sudo make
sudo make install

todo

add keyboard commands:
typewriteKeyboard
tapKeyboardKey
downKeyboardKey
upKeyboardKey

About

A little library for automating mouse movement in X11

Topics

Resources

Stars

Watchers

Forks