R-Type  2
Doom but in better
Loading...
Searching...
No Matches
MouseInfo.hpp File Reference

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"
Include dependency graph for MouseInfo.hpp:
This graph shows which files directly or indirectly include this file:

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.
 

Detailed Description

This is the header file containing the class for the mouse information.

Definition in file MouseInfo.hpp.