An open-source cross-platform library to get raw events from pointing devices and master transfer functions.
Libpointing is an open-source cross-platform library that provides direct access to HID pointing devices and supports the design of pointing transfer functions.
Libpointing is an open-source cross-platform library that provides direct access to HID pointing devices and supports the design of pointing transfer functions.
To install libpointing, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install libpointing
To see what files were installed by libpointing, run:
port contents libpointing
To later upgrade libpointing, run:
sudo port selfupdate && sudo port upgrade libpointing
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.