19 #ifndef MIR_INPUT_INPUT_DEVICE_HUB_H_
20 #define MIR_INPUT_INPUT_DEVICE_HUB_H_
28 class InputDeviceInfo;
29 class InputDeviceObserver;
37 virtual void add_observer(std::shared_ptr<InputDeviceObserver>
const&) = 0;
38 virtual void remove_observer(std::weak_ptr<InputDeviceObserver>
const&) = 0;
All things Mir.
Definition: atomic_callback.h:25