\brief Adds an event binding to be cleared on exiting the mode.
| 75 | |
| 76 | //! \brief Adds an event binding to be cleared on exiting the mode. |
| 77 | inline void addEventConnection(CEGUI::Event::Connection conn) |
| 78 | { |
| 79 | mEventConnections.emplace_back(conn); |
| 80 | } |
| 81 | |
| 82 | //! \brief Called when pushing the apply button on the settings window. |
| 83 | bool onApplySettings(const CEGUI::EventArgs&); |
no outgoing calls
no test coverage detected