Mouse locking event

This commit is contained in:
2014-05-17 00:49:23 +02:00
parent bafa8d0a5d
commit 33b14b1859
5 changed files with 58 additions and 13 deletions
+14
View File
@@ -0,0 +1,14 @@
#ifndef Events_LockMouse_h__
#define Events_LockMouse_h__
#include "EventBroker.h"
namespace Events
{
struct LockMouse : Event { };
struct UnlockMouse : Event { };
}
#endif // Events_LockMouse_h__