Object Oriented Input System (OIS) is meant to be a cross platform, simple solution for using all kinds of Input Devices (Keyboards, Mice, Joysticks, etc) and feedback devices (e.g. force feedback). Written in C++ using Object Oriented Design pattern. NOTE: This version includes Cocoa 64-bit patches based on a submission by David Rogers (masterfalcon) to the OIS trac system. These patches are required to use OIS + Ogre in a 64-bit Mac OS environment.
Object Oriented Input System (OIS) is meant to be a cross platform, simple solution for using all kinds of Input Devices (Keyboards, Mice, Joysticks, etc) and feedback devices (e.g. force feedback). Written in C++ using Object Oriented Design pattern. NOTE: This version includes Cocoa 64-bit patches based on a submission by David Rogers (masterfalcon) to the OIS trac system. These patches are required to use OIS + Ogre in a 64-bit Mac OS environment.
To install ois, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install ois
To see what files were installed by ois, run:
port contents ois
To later upgrade ois, run:
sudo port selfupdate && sudo port upgrade ois
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.