https://github.com/avicted/c_autoclicker
UNIX / Windows Autoclicker
https://github.com/avicted/c_autoclicker
Last synced: 10 months ago
JSON representation
UNIX / Windows Autoclicker
- Host: GitHub
- URL: https://github.com/avicted/c_autoclicker
- Owner: Avicted
- License: mit
- Created: 2024-03-03T21:42:29.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-25T21:14:33.000Z (about 2 years ago)
- Last Synced: 2025-01-13T03:42:09.344Z (over 1 year ago)
- Language: C
- Homepage:
- Size: 12.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# UNIX / Windows Autoclicker
- CTRL+C exits the program
UNIX
```bash
# Normal build with Clang
chmod +x build.sh
./build.sh
# mingw build autoclicker.exe
chmod +x build_win32_mingw-w64.sh
./build_win32_mingw-w64.sh
```
---
Windows
```powershell
# Normal build
./build.bat
```