diff --git a/src/yaw-tab/ui.cpp b/src/yaw-tab/ui.cpp index 7b1d5d6..e3222f3 100644 --- a/src/yaw-tab/ui.cpp +++ b/src/yaw-tab/ui.cpp @@ -79,6 +79,19 @@ protected: repaint(); } + void uiIdle() override + { + getTabletData(); + repaint(); + } + + bool onMouse(const MouseEvent& ev) override + { + getTabletData(); + repaint(); + return false; //Allow event to propagate. + } + void onNanoDisplay() override {