This commit is contained in:
Jonas Zeunert
2018-07-10 22:20:29 +02:00
parent 40d1b629fc
commit 6650b38d2e
29 changed files with 74 additions and 886 deletions

View File

@@ -13,7 +13,10 @@
#include "EventNotifier.h"
using namespace nlohmann;
using namespace Input;
namespace Input
{
std::shared_ptr<InputDriver> InputDriverFactory::get_InputDriver(std::string& input_config_path, std::string& matrix_config_path)
{
@@ -70,3 +73,6 @@ void InputDriverFactory::ConfigureLogger()
{
LoggerFactory::CreateInputLogger();
}
}