Skip to content

miamibc/mousemeter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Mousemeter

Shows approximate distance mouse moved on the table, and number of clicks.

Mousemeter

One day, there will be two versions of this program for two platforms:

  • linux/mousemeter - console app
  • linux/mousemeterd - daemon for linux
  • windows/mousemeter - console app
  • windows/mousemeterd - windows service

Installation

Linux

Tested on Ubuntu 16 and 20.

# Clone the repository
git clone https://github.com/miamibc/mousemeter
# Go to linux directory
cd mousemeter/linux
# Clean build files 
make clean
# Build new executables
make
# Run the app
./mousemeter 
# or
./mousemeterd

Windows

Who knows, it's not ready yet.

PS

Thanks to Max for the idea.

About

Show mouse distance and buttons pressed

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published