For a game I am starting, I wanted to have a configuration window listing all possible video modes. I use IrrlichtDevice::getVideoModeList. When I start a EDT_NULL device, there is not a single video mode in this list. When I start an other device (EDT_SOFTWARE or EDT_OPENGL) there is one video mode which in fact is only the current window size.
Am i missusing IVideoModeList ? I haven't tried this under Windows, so I don't know if the problem is only on Linux.
My other problem is with the IGUIEditBox, still under Linux.
I can use backspace (to erase the default text) but the letters key don't work.
That way the EditBox appears to be quite useless