Add Tooltip::PopupDelay

This commit is contained in:
2025-06-24 15:08:35 -05:00
parent 86fb0cb2e6
commit a2088b086b

View File

@@ -27,6 +27,9 @@ namespace JUI
Widget* attachment = nullptr;
float PopupDelay() const { return 0;}
protected:
float popup_delay = 0.f;
};
}