ECSTASY
All in the name
Loading...
Searching...
No Matches
PollEvents.hpp
Go to the documentation of this file.
1
11
12#ifndef ECSTASY_INTEGRATIONS_SFML_SYSTEMS_POLLEVENTS_HPP_
13#define ECSTASY_INTEGRATIONS_SFML_SYSTEMS_POLLEVENTS_HPP_
14
16
17namespace ecstasy
18{
19 class Registry;
20} // namespace ecstasy
21
23{
31 public:
33 void run(ecstasy::Registry &registry) override final;
34 };
35} // namespace ecstasy::integration::sfml
36
37#endif /* !ECSTASY_INTEGRATIONS_SFML_SYSTEMS_POLLEVENTS_HPP_ */
System interface, base class of all systems.
System interface, base class of all systems.
Definition ISystem.hpp:28
Base of an ECS architecture.
Definition Registry.hpp:82
Poll events system, polling the events from the RenderWindow resource if present.
void run(ecstasy::Registry &registry) override final
Run the system.
SFML integration.
Definition include.hpp:28
Namespace containing all symbols specific to ecstasy.
Definition ecstasy.hpp:30