Facilities for object-oriented event handling using callbacks. More...
Classes | |
class | thor::Connection |
Class that manages the connection between an event and a listener. More... | |
class | thor::ScopedConnection |
Class that manages the connection between an event and a listener and disconnects it at destruction. More... | |
class | thor::EventSystem< Event, EventIdentifier > |
Class for object-oriented handling of user-defined events. More... | |
class | thor::SfmlEventSystem |
Class for object-oriented handling of SFML events. More... |
Facilities for object-oriented event handling using callbacks.