Class AppendEventFilter¶
Defined in File append_event_filter.h
Class Documentation¶
-
class AppendEventFilter¶
Public Functions
-
explicit AppendEventFilter(std::function<bool(MirEvent const *event)> const &filter)¶
Append an event filter (after any existing filters, including the window manager). The supplied filter should return true if and only if it handles the event as filters later in the list will not be called.
Remark
the filter return type changed to bool in MirAL 3.6
-
void operator()(mir::Server &server)¶
-
explicit AppendEventFilter(std::function<bool(MirEvent const *event)> const &filter)¶