new input binding/mapping implementation

This commit is contained in:
Noel Berry
2021-03-20 19:23:20 -07:00
parent d73241e8fe
commit 3f07c03fa5
13 changed files with 869 additions and 805 deletions

View File

@ -28,9 +28,8 @@
#include "blah/images/packer.h"
#include "blah/input/input.h"
#include "blah/input/virtual_stick.h"
#include "blah/input/virtual_button.h"
#include "blah/input/virtual_axis.h"
#include "blah/input/binding.h"
#include "blah/input/binding_registry.h"
#include "blah/math/calc.h"
#include "blah/math/circle.h"