Code: Select all
wmgr.getWindow((CEGUI::utf8*)"ImageOptions")
->subscribeEvent(
CEGUI::StaticImage::EventMouseClick,
CEGUI::Event::Subscriber(&GuiApplication::handleShowOptions, this));
I set up an Event::Connection variable to check and make sure the event was being registered and it was. There are no errors in the log file. I don't know what else to try.
By the way...CEGUI is awesome.
tawraven