Skip to content

stable release with callbacks fully implemented

Compare
Choose a tag to compare
@oktonion oktonion released this 08 Sep 12:45
· 448 commits to master since this release

Production ready stable release. Callbacks and event system for all available widgets are implemented. Adding/ removing callback is easy and intuitive now, just write f.e. 'widget->Activate += my_callback' / 'widget->Activate -= my_callback'.