Skip to content
Luis edited this page Sep 13, 2015 · 2 revisions

stub

Usage

  • Implement EventQueue<Event> class
  • Write your On(std::shared_ptr<Event> data) method to act when a incoming event happens
  • On the main loop, at some point would be necesary to call your_class::EventQueue<Event>::ProcessEventQueue() to check it
Clone this wiki locally