19 #ifndef MIR_TEST_DOUBLES_FAKE_EVENT_HUB_INPUT_CONFIGURATION_H_
20 #define MIR_TEST_DOUBLES_FAKE_EVENT_HUB_INPUT_CONFIGURATION_H_
24 #include <utils/StrongPointer.h>
26 namespace droidinput = android;
30 class EventHubInterface;
55 std::shared_ptr<input::InputRegion>
const& input_region,
56 std::shared_ptr<input::CursorListener>
const& cursor_listener,
57 std::shared_ptr<input::InputReport>
const& input_report);
60 droidinput::sp<droidinput::EventHubInterface>
the_event_hub();
71 droidinput::sp<input::android::FakeEventHub> event_hub;