I am relatively new to IrrLicht and have been developing (as an university project) a simple program for scientific visualization of charged particle dynamics and I'd like to give my potential users (no matter how few they might be besides myself...) as much freedom as they might want to customize their experience within the program, namely through selecting colors (for the charges being simulated) and being able to remap the keys for interacting with the program.
As far as I can tell, IrrLicht implements some kind of color select dialog, but the documentation for it suggests (if I am interpreting it correctly) that it's either non-functional, or deprecated. In that sense, is there an alternative I can easily use without having to resort to an external GUI?
Regarding remapping the keys, I'd like to have some interface for showing the currently assigned key and enabling the user to change it (something akin to the keybinding menu, e. g. in a game); my short experience with IrrLicht tells me this might be possible with IGUIButtons with appropriate textures, but I do not know where I can find or generate the respective textures.
I apologize if I am not posting this in the right sub-forum, but, since I'm a beginner in need of help, it seemed appropriate.
