Refactoring of Input Devices

This commit is contained in:
2021-08-30 19:28:43 +02:00
parent e5ccf0879c
commit 20ecb4f1a3
7 changed files with 114 additions and 97 deletions

View File

@@ -7,6 +7,7 @@
#include "InputProviderGLFW.hpp"
#include "InputMappingGLFW.hpp"
#include "Input/InputManager.hpp"
#include "Base/Logger.hpp"
#include <GLFW/glfw3.h>
static_assert(GLFW_JOYSTICK_LAST == 15); // if this fails, please update it and resize the controllers array accordingly as GLFW_JOYSTICK_LAST + 1