Antkeeper
0.0.1
|
#include <engine/event/subscription.hpp>
#include <engine/event/dispatcher.hpp>
#include <engine/event/publisher.hpp>
#include <engine/input/gamepad-events.hpp>
#include <engine/input/keyboard-events.hpp>
#include <engine/input/mouse-events.hpp>
#include <engine/input/mapping-events.hpp>
#include <memory>
#include <vector>
Go to the source code of this file.
Classes | |
class | input::mapper |
Listens for input events and generates corresponding input mappings. More... | |
Namespaces | |
input | |
Input devices, events, and mapping. | |