Modification on Controllable and Keyboard

Add float variable instead of bool for the axes movement, and use of a map for classic keys

Co-Authored-By: Benjamin HENRY <44569175+EternalRat@users.noreply.github.com>
This commit is contained in:
TrueBabyChaise
2021-05-21 14:17:37 +02:00
parent 61e04f760a
commit 54cb40aa0b
4 changed files with 22 additions and 29 deletions
@@ -6,6 +6,7 @@
#pragma once
#include "lib/wal/sources/System/System.hpp"
#include <map>
namespace BBM
{