aboutsummaryrefslogtreecommitdiffstats
path: root/src/menu/event_manager.hpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/menu/event_manager.hpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/menu/event_manager.hpp b/src/menu/event_manager.hpp
index 03529dca..bfdda35b 100644
--- a/src/menu/event_manager.hpp
+++ b/src/menu/event_manager.hpp
@@ -36,6 +36,7 @@
#include <boost/thread/condition.hpp>
#include <boost/thread/mutex.hpp>
#include <boost/thread/thread.hpp>
+#include <boost/signals2.hpp>
#include <log4cxx/logger.h>
@@ -121,6 +122,9 @@ namespace usdx
* left the buffer for a new element or not.
*/
bool available(void);
+
+
+ boost::signals2::signal<void (int, int)> mouse_move;
};
};