Simple C++ Game
|
This is the complete list of members for Dispatcher, including all inherited members.
dispatch(const Event &event) | Dispatcher | |
Dispatcher()=default | Dispatcher | |
flush() | Dispatcher | |
queue(const Event &event) | Dispatcher | |
subscribe(const std::string type, const std::function< void(const Event &)> observer) | Dispatcher | |
subscribeGlobal(const std::function< void(const Event &)> observer) | Dispatcher |