19 #ifndef MIR_INPUT_ANDROID_INPUT_SEND_ENTRY_H_
20 #define MIR_INPUT_ANDROID_INPUT_SEND_ENTRY_H_
44 : sequence_id(id), event(ev), channel(channel)
All things Mir.
Definition: atomic_callback.h:25
Definition: input_send_entry.h:38
std::shared_ptr< InputChannel > channel
Definition: input_send_entry.h:42
InputSendEntry(uint32_t id, MirEvent ev, std::shared_ptr< InputChannel > const &channel)
Definition: input_send_entry.h:43
uint32_t sequence_id
Definition: input_send_entry.h:40
Definition: android_input_receiver.h:36
Definition: event_private.h:178
MirEvent event
Definition: input_send_entry.h:41