19 #ifndef MIR_FRONTEND_EVENT_SENDER_H_ 20 #define MIR_FRONTEND_EVENT_SENDER_H_ 28 namespace graphics {
class PlatformIpcOperations; }
44 std::shared_ptr<MessageSender>
const& socket_sender,
45 std::shared_ptr<graphics::PlatformIpcOperations>
const& buffer_packer);
46 void handle_event(
MirEvent const& e)
override;
49 void handle_input_device_change(std::vector<std::shared_ptr<mir::input::Device>>
const& devices)
override;
50 void send_ping(int32_t serial)
override;
54 void send_event_sequence(protobuf::EventSequence&,
FdSets const&);
56 std::shared_ptr<MessageSender>
const sender;
57 std::shared_ptr<graphics::PlatformIpcOperations>
const buffer_packer;
All things Mir.
Definition: atomic_callback.h:25
Definition: event_sink.h:40
BufferIpcMsgType
Definition: platform_ipc_operations.h:29
Definition: event_sender.h:40
Definition: event_private.h:181
Interface to a configuration of display cards and outputs.
Definition: display_configuration.h:167
std::vector< std::vector< Fd > > FdSets
Definition: fd_sets.h:29