19 #ifndef MIR_EXAMPLES_EXAMPLE_INPUT_FILTER_H_
20 #define MIR_EXAMPLES_EXAMPLE_INPUT_FILTER_H_
28 namespace input {
class EventFilter; }
33 -> std::shared_ptr<input::EventFilter>;
All things Mir.
Definition: buffer_stream.h:37
Customise and run a Mir server.
Definition: server.h:68
auto make_printing_input_filter_for(mir::Server &server) -> std::shared_ptr< input::EventFilter >
Definition: server_example_input_filter.cpp:95