19 #ifndef MIR_INPUT_ANDROID_INPUT_READER_DISPATCHABLE_H_
20 #define MIR_INPUT_ANDROID_INPUT_READER_DISPATCHABLE_H_
26 class EventHubInterface;
27 class InputReaderInterface;
41 std::shared_ptr<droidinput::InputReaderInterface>
const& reader);
45 void start()
override;
48 std::shared_ptr<droidinput::EventHubInterface>
const event_hub;
49 std::shared_ptr<droidinput::InputReaderInterface>
const reader;
All things Mir.
Definition: atomic_callback.h:25
uint32_t FdEvents
Definition: dispatchable.h:36
Definition: android_input_receiver.h:36