diff --git a/include/JUI/Widgets/Tooltip.hpp b/include/JUI/Widgets/Tooltip.hpp index ddf57f2..053cfd6 100644 --- a/include/JUI/Widgets/Tooltip.hpp +++ b/include/JUI/Widgets/Tooltip.hpp @@ -27,6 +27,9 @@ namespace JUI Widget* attachment = nullptr; + float PopupDelay() const { return 0;} + protected: + float popup_delay = 0.f; }; } \ No newline at end of file