summaryrefslogtreecommitdiffstats
path: root/Project/MouseEventsHandler.h
diff options
context:
space:
mode:
authorThales1330 <thaleslima.ufu@gmail.com>2016-08-02 17:34:42 -0300
committerThales1330 <thaleslima.ufu@gmail.com>2016-08-02 17:34:42 -0300
commit78aac544e1e77f5405260797cee4b94d7a0dfe32 (patch)
tree32a71352d3fe13f361f90f51d5389317fd4d7015 /Project/MouseEventsHandler.h
parent0ac91e091e52cae5745b14d62f77f905e559cf92 (diff)
downloadPSP.git-78aac544e1e77f5405260797cee4b94d7a0dfe32.tar.gz
PSP.git-78aac544e1e77f5405260797cee4b94d7a0dfe32.tar.xz
PSP.git-78aac544e1e77f5405260797cee4b94d7a0dfe32.zip
Bus controllers under implementation
Events handler removed
Diffstat (limited to 'Project/MouseEventsHandler.h')
-rw-r--r--Project/MouseEventsHandler.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/Project/MouseEventsHandler.h b/Project/MouseEventsHandler.h
deleted file mode 100644
index 5b44084..0000000
--- a/Project/MouseEventsHandler.h
+++ /dev/null
@@ -1,18 +0,0 @@
-#ifndef MOUSEEVENTSHANDLER_H
-#define MOUSEEVENTSHANDLER_H
-
-#include "Workspace.h"
-
-class MouseEventsHandler : public Workspace
-{
-private:
- Workspace* m_workspace;
-public:
- MouseEventsHandler(Workspace* workspace);
- ~MouseEventsHandler();
-
- virtual void OnKeyDown(wxKeyEvent& event);
-
-};
-
-#endif // MOUSEEVENTSHANDLER_H