Irrlicht Config Controller
This is just a little helper that allows the Irrlicht game developer to define some controls that the player can later on configure
in any way he wants to. Keyboard input, mouse and joystick are supported for user input, and the central class provides a GUI that
enables the user to configure the controls.
The package for download contains:
- irrCC.h and irrCC.cpp, the header and source file of the controller
- a little demo application
- a code::blocks project for the demo application
- a small finite state machine used in the demo app
The whole package is licensed under the terms of the zlib license.