| 56 | { |
| 57 | public: |
| 58 | bool operator()(const CEGUI::EventArgs&) |
| 59 | { |
| 60 | mode.notifyGuiAction(action); |
| 61 | return true; |
| 62 | } |
| 63 | AbstractApplicationMode::GuiAction action; |
| 64 | GameEditorModeBase& mode; |
| 65 | }; |
nothing calls this directly
no test coverage detected