ECSTASY
All in the name
Loading...
Searching...
No Matches
EventListeners.hpp File Reference
#include <functional>
#include <vector>
#include "ecstasy/resources/entity/Entity.hpp"
Include dependency graph for EventListeners.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ecstasy::integration::event::EventListeners< E >
 Event listeners component type. More...
 

Namespaces

namespace  ecstasy
 Namespace containing all symbols specific to ecstasy.
 
namespace  ecstasy::integration
 Parent namespace of all ecstasy integrations.
 
namespace  ecstasy::integration::event
 Event integration.
 

Typedefs

template<typename E >
using ecstasy::integration::event::EventListener = std::function< void(Registry &, Entity, const E &)>
 Event listener component type.
 

Detailed Description

Author
Andréas Leroux (andre.nosp@m.as.l.nosp@m.eroux.nosp@m.@epi.nosp@m.tech..nosp@m.eu)
Version
1.0.0
Date
2022-11-17

Definition in file EventListeners.hpp.