fixing compile errors
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
|
||||
Reference in New Issue
Block a user