fixing compile errors

This commit is contained in:
Jonas Zeunert
2018-05-07 11:39:48 +02:00
parent c1a29d8bea
commit 23f04f472f
2 changed files with 11 additions and 7 deletions

View File

@@ -16,8 +16,11 @@
#include "InputEvent.h"
#define LOCK_EVENT_HANDLER() std::lock_guard<std::mutex> event_handler_guard(event_handler_mutex)
#define SLEEP_DURATION_NANO 900
namespace Input
{