From a2088b086bcffde345f8eb76620c209ee1af561d Mon Sep 17 00:00:00 2001 From: josh Date: Tue, 24 Jun 2025 15:08:35 -0500 Subject: [PATCH] Add Tooltip::PopupDelay --- include/JUI/Widgets/Tooltip.hpp | 3 +++ 1 file changed, 3 insertions(+) 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