I would like to know if by default CEGUI allows to set up an event system between the C ++ / C code and a .layout ? I have seen in the documentation that it is possible in lua with :
Code: Select all
<Event Name="Clicked" Function="luabtn_clicked" />
Is it possible to retrieve it in C++, whether I can link an event name to an internal function ? Otherwise I thought of setting up an xml mapping with the id of the button and an event next to the layout. But if CEGUI allows it.
In any case, I congratulate the team behind CEGUI for your work !
I apologize for my bad English.
Thank you for your answers,
Best regards.