From a61f1efb88a0b6866f27022e2e484d8c6e10763d Mon Sep 17 00:00:00 2001 From: Sara Date: Sun, 24 Nov 2024 00:28:28 +0100 Subject: [PATCH] feat: changed comment for input map --- src/core/input/input_map.hpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/core/input/input_map.hpp b/src/core/input/input_map.hpp index e19ce6e..48810c7 100644 --- a/src/core/input/input_map.hpp +++ b/src/core/input/input_map.hpp @@ -5,10 +5,7 @@ #include "input_value.hpp" #include "core/signal.hpp" #include -#include -#include #include -#include #include #include #include @@ -36,7 +33,7 @@ public: template Effect *get_effect_of_type(); //!< get the first effect from the effects list that is of type Effect }; -/*! Map input values to functions. +/*! Map input bindings to functions. */ class InputMap { std::map bindings{};