MCPcopy Create free account
hub / github.com/OpenDungeons/OpenDungeons / operator()

Method operator()

source/modes/GameEditorModeBase.cpp:58–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 };

Callers

nothing calls this directly

Calls 1

notifyGuiActionMethod · 0.45

Tested by

no test coverage detected