Horizon
Loading...
Searching...
No Matches
preferences_window_input_devices.hpp
1#pragma once
2#include <gtkmm.h>
3
4namespace horizon {
5class InputDevicesPreferencesEditor : public Gtk::Box {
6public:
8
9private:
10 Preferences &preferences;
11 std::vector<class PreferencesRowDevice *> rows;
12};
13
14} // namespace horizon
Definition preferences_window_input_devices.hpp:5
Definition preferences.hpp:167