/EventSystem

This project provides implementation of a basic event system according to the Observer pattern. It allows to create an event instance which creates custom arguments and pass them sequentially to the subscribed event listeners.

Primary LanguageC++MIT LicenseMIT

Stargazers