mirror of
https://github.com/Nimac0/SDL_Minigame
synced 2026-01-12 10:13:42 +00:00
mod: removed unnecessary InputAction member
This commit is contained in:
parent
31e29713de
commit
457e860dba
@ -100,7 +100,6 @@ public:
|
|||||||
std::string name;
|
std::string name;
|
||||||
std::vector<Key> bindings;
|
std::vector<Key> bindings;
|
||||||
std::function<void()> callback;
|
std::function<void()> callback;
|
||||||
std::string context;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
InputManager();
|
InputManager();
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user