![]() |
R-Type
2
Doom but in better
|
File in charge of containing code to provide an abstraction layer between the SFML keys and the internal program keys. More...
#include <any>
#include <optional>
#include <unordered_map>
#include <SFML/Window/Event.hpp>
#include "Log.hpp"
#include "LogMacros.hpp"
#include "Utilities.hpp"
#include "Constants.hpp"
#include "GUI/ECS/EntityNode.hpp"
Go to the source code of this file.
Data Structures | |
class | GUI::ECS::Systems::KeyMapper |
Namespaces | |
namespace | GUI |
namespace | GUI::ECS |
namespace | GUI::ECS::Systems |
Functions | |
std::ostream & | GUI::ECS::Systems::operator<< (std::ostream &os, const KeyMapper &item) |
Outputs the keyMapper's info to a stream. | |
std::ostream & | GUI::ECS::Systems::operator<< (std::ostream &os, const Key &item) |
Outputs the keyMapper's info to a stream. | |
Variables | |
const std::unordered_map< Key, std::string > | GUI::ECS::Systems::keyCodeEquivalence |
An unordered map to track the equivalence between the Key and the string representation. | |
File in charge of containing code to provide an abstraction layer between the SFML keys and the internal program keys.
Definition in file Key.hpp.