LibGII is intended to be to input what LibGGI is to graphics. LibGII is based on the concept of input streams, which virtualize access to the underlying input drivers. Events from various input devices are abstracted into easy-to-use structures. LibGII also allows the application to join streams together, receiving input from an arbitrary combination of devices. LibGII is a separate component from LibGGI, although LibGGI depends on LibGII for input purposes.
LibGII is intended to be to input what LibGGI is to graphics. LibGII is based on the concept of input streams, which virtualize access to the underlying input drivers. Events from various input devices are abstracted into easy-to-use structures. LibGII also allows the application to join streams together, receiving input from an arbitrary combination of devices. LibGII is a separate component from LibGGI, although LibGGI depends on LibGII for input purposes.
To install libgii, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install libgii
To see what files were installed by libgii, run:
port contents libgii
To later upgrade libgii, run:
sudo port selfupdate && sudo port upgrade libgii
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.