19 #ifndef MIR_INPUT_ANDROID_INPUT_TRANSLATOR_H_
20 #define MIR_INPUT_ANDROID_INPUT_TRANSLATOR_H_
24 #include "InputListener.h"
34 class InputDispatcher;
43 void notifyKey(
const droidinput::NotifyKeyArgs* args)
override;
44 void notifyMotion(
const droidinput::NotifyMotionArgs* args)
override;
45 void notifySwitch(
const droidinput::NotifySwitchArgs* args)
override;
49 std::shared_ptr<InputDispatcher>
const dispatcher;
All things Mir.
Definition: atomic_callback.h:25
Definition: android_input_receiver.h:36