20 #ifndef MIR_INPUT_ANDROID_INPUT_MANAGER_H_
21 #define MIR_INPUT_ANDROID_INPUT_MANAGER_H_
29 class EventHubInterface;
39 class InputDispatcher;
50 explicit InputManager(std::shared_ptr<droidinput::EventHubInterface>
const& event_hub,
51 std::shared_ptr<InputThread>
const& reader_thread);
58 std::shared_ptr<droidinput::EventHubInterface>
const event_hub;
59 std::shared_ptr<InputThread>
const reader_thread;
65 #endif // MIR_INPUT_INPUT_MANAGER
All things Mir.
Definition: buffer_stream.h:37
Definition: android_input_receiver.h:32