TermOx
|
#include <event.hpp>
Public Attributes | |
std::function< void()> | send |
std::function< bool()> | filter_send = [] { return false; } |
send
will be called to send the event, typically would call on a member function of some receiving Widget type. filter_send
should call whatever filter method on each installed filter, and return true if one of the filters handled the event.