Skip to content
This repository has been archived by the owner on Aug 19, 2021. It is now read-only.

Commit

Permalink
Added the Event class for fine-grain control of event dispatch
Browse files Browse the repository at this point in the history
For a more fine-grain control of event dispatch, the Event class
can be manually instantiated and configured. An `Event` represents
an event as a C++ style function object and can be directly passed
to other APIs that expect a callback.

More information and examples can be found in the updated readme
and documentation in Event.h
  • Loading branch information
geky committed Aug 24, 2016
1 parent a4ba1b0 commit adea0b9
Show file tree
Hide file tree
Showing 5 changed files with 1,818 additions and 58 deletions.
Loading

0 comments on commit adea0b9

Please sign in to comment.