aaah
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user