Create symlinks to the event nodes for mouse and gamepad

This commit is contained in:
loki 2019-12-28 22:29:29 +01:00
commit 61b4f12377
3 changed files with 17 additions and 4 deletions

View file

@ -16,6 +16,7 @@ extern "C" {
#include <rs.h>
}
#include "platform/common.h"
using namespace std::literals;
util::ThreadPool task_pool;