Class PrependEventFilter

Class Documentation

class PrependEventFilter

Public Functions

explicit PrependEventFilter(std::function<bool(MirEvent const *event)> const &filter)

Prepend an event filter (before 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

Since MirAL 3.6

void operator()(mir::Server &server)