Improve keyboard_state error messages

This commit is contained in:
Grant Moyer
2022-02-25 12:22:55 -05:00
parent 91339f6ad4
commit a595b61e0f
3 changed files with 85 additions and 38 deletions

View File

@ -24,8 +24,6 @@ class KeyboardState : public AModule {
auto update() -> void;
private:
static auto openDevice(const std::string&) -> std::pair<int, libevdev*>;
Gtk::Box box_;
Gtk::Label numlock_label_;
Gtk::Label capslock_label_;