I was thinking I could perhaps disable event capture for it, but have had no luck.
Any help would be great, thanks a lot

Moderators: CEGUI MVP, CEGUI Team
Protagonist wrote:Okay, in that case it doesn't work. The first thing I did was try muting it when creating it..
Code: Select all
WindowManager ::getSingleton().getWindow("Demo7/Window1/Quit")->setMutedState(true);
WindowManager ::getSingleton().getWindow("Demo7/Window1/Quit")->
subscribeEvent(PushButton::EventClicked, Event::Subscriber(&Demo7Sample::handleQuit, this));
Users browsing this forum: No registered users and 8 guests