19 #ifndef MIR_INPUT_INPUT_DEVICE_OBSERVER_H_
20 #define MIR_INPUT_INPUT_DEVICE_OBSERVER_H_
36 virtual void device_added(std::shared_ptr<Device>
const& device) = 0;
37 virtual void device_changed(std::shared_ptr<Device>
const& device) = 0;
38 virtual void device_removed(std::shared_ptr<Device>
const& device) = 0;
All things Mir.
Definition: atomic_callback.h:25