|
R-Type
2
Doom but in better
|
This is the header file containing the class for the mouse information. More...
#include <any>#include <utility>#include <optional>#include <SFML/Window/Event.hpp>#include "Log.hpp"#include "LogMacros.hpp"#include "Utilities.hpp"#include "GUI/ECS/EntityNode.hpp"

Go to the source code of this file.
Data Structures | |
| class | GUI::ECS::Systems::MouseInfo |
Namespaces | |
| namespace | GUI |
| namespace | GUI::ECS |
| namespace | GUI::ECS::Systems |
Enumerations | |
| enum class | GUI::ECS::Systems::MouseWheel { GUI::ECS::Systems::Vertical , GUI::ECS::Systems::Horizontal } |
| An enum class to allow the user to know which direction the mouse has scrolled. More... | |
Functions | |
| std::ostream & | GUI::ECS::Systems::operator<< (std::ostream &os, const MouseInfo &item) |
| Outputs the Mouse's info to a stream. | |
This is the header file containing the class for the mouse information.
Definition in file MouseInfo.hpp.