Hi all
I'm working on a tutorial for CEGUI and Irrlicht. You can download the test application from my site (at the bottom of the page). Find the WIP of the irrlicht<->cegui tutorial here
http://thomas.webtracker.ch/jahia/Jahia/pid/858
@ttom:
There are two points in you're app where you might get problems.
1) the event pushing mechanism is now part of the irrlichtrenderer you just need to forward the irrlicht events to
IrrlichtRenderer->OnEvent(theEvent) this method returns true if the event was successfully handled.
2) I can't find where you actually load or create a visible window so that might be why you can't see anything?