Input events moved from InputSystem to new InputManager

This commit is contained in:
2014-05-05 07:16:45 +02:00
parent 330a212830
commit 5e7537b903
12 changed files with 236 additions and 103 deletions
+3 -3
View File
@@ -1,5 +1,5 @@
#ifndef Event_KeyDown_h__
#define Event_KeyDown_h__
#ifndef Events_KeyDown_h__
#define Events_KeyDown_h__
#include "EventBroker.h"
@@ -13,4 +13,4 @@ struct KeyDown : Event
}
#endif // Event_KeyDown_h__
#endif // Events_KeyDown_h__