19 #ifndef MIR_INPUT_ANDROID_INPUT_SEND_ENTRY_H_
20 #define MIR_INPUT_ANDROID_INPUT_SEND_ENTRY_H_
42 : sequence_id(id), event(ev), channel(channel)
All things Mir.
Definition: buffer_stream.h:37
Definition: input_send_entry.h:36
std::shared_ptr< InputChannel > channel
Definition: input_send_entry.h:40
InputSendEntry(uint32_t id, MirEvent ev, std::shared_ptr< InputChannel > const &channel)
Definition: input_send_entry.h:41
uint32_t sequence_id
Definition: input_send_entry.h:38
Definition: android_input_receiver.h:32
Definition: event_deprecated.h:237
MirEvent event
Definition: input_send_entry.h:39