AModule: handle X axis scrolling

This commit is contained in:
Patrick Hilhorst
2019-06-16 13:17:34 +02:00
parent 90a9c0e25f
commit 7f13478396
2 changed files with 16 additions and 10 deletions

View File

@ -33,7 +33,8 @@ class AModule : public IModule {
private:
std::vector<int> pid_;
gdouble distance_scrolled_;
gdouble distance_scrolled_y_;
gdouble distance_scrolled_x_;
};
} // namespace waybar